Returns the value oF BZero from HDU This keyword shall be used, along with the BSCALE keyword The default value for this keyword is 0.0.


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

Syntax

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

See Also