Get a boolean value from a specified region of the buffer
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Function GetBoolean( _ ByVal length As Integer _ ) As Boolean |
| C# |
|---|
| public virtual bool GetBoolean( int length ) |
| C++ |
|---|
| public: virtual bool GetBoolean( int length ) |
| J# |
|---|
| public virtual bool GetBoolean( int length ) |
| JScript |
|---|
| public virtual
function GetBoolean( length : int ) : bool |