Set the range of real numbers that will be formatted in non-scientific notation, i.e., .00001 rather than 1.0e-5. The sign of the number is ignored.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub setSimpleRange( _ ByVal min As Double, _ ByVal max As Double _ ) |
C# |
---|
public void setSimpleRange( double min, double max ) |
C++ |
---|
public: void setSimpleRange( double min, double max ) sealed |
J# |
---|
public void setSimpleRange( double min, double max ) |
JScript |
---|
public
function setSimpleRange( min : double, max : double ) |
Parameters
- min
- The minimum value for non-scientific notation.
- max
- The maximum value for non-scientific notation.