Read in the buffer until a double is read. This will read the entire buffer if fillFields is set.


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

Syntax

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

Property Value

The value found.

See Also