Get the number of bytes in a row


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property RowLen As Integer
C#
public virtual int RowLen { get; }
C++
public virtual property int RowLen {
    int get();
}
J#
/** property */
public int get_RowLen();
JScript
public function get RowLen() : int

See Also