The value shall contain a character String, describing the physical units in which the quantities in the array, after application of BSCALE and BZERO,are expressed.


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property BUnit As String
C#
public virtual string BUnit { get; }
C++
public virtual property string BUnit {
    String get();
}
J#
/** property */
public string get_BUnit();
JScript
public function get BUnit() : String

See Also