Look for a double in the buffer. Leading spaces are ignored.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetDouble( _ ByVal length As Integer _ ) As Double |
C# |
---|
public virtual double GetDouble( int length ) |
C++ |
---|
public: virtual double GetDouble( int length ) |
J# |
---|
public virtual double GetDouble( int length ) |
JScript |
---|
public virtual
function GetDouble( length : int ) : double |
Parameters
- length
- The maximum number of characters used to parse this number. If fillFields is specified then exactly only whitespace may follow a valid double value.