Returns the value oF BSCALE from HDU The value field shall contain a floating point number.The default value for this keyword os 1.0


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

Syntax

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

See Also