Get a floating point value in a region of the buffer
Namespace:
nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetFloat( _ ByVal length As Integer _ ) As Single |
C# |
---|
public virtual float GetFloat( int length ) |
C++ |
---|
public: virtual float GetFloat( int length ) |
J# |
---|
public virtual float GetFloat( int length ) |
JScript |
---|
public virtual
function GetFloat( length : int ) : float |
See Also