Get a boolean value from the beginning of the buffer


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Boolean As Boolean
C#
public virtual bool Boolean { get; }
C++
public virtual property bool Boolean {
    bool get();
}
J#
/** property */
public bool get_Boolean();
JScript
public function get Boolean() : bool

See Also