Hets the size array
Namespace:
nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Sizes As Integer()
|
C# |
---|
public int[] Sizes { get; } |
C++ |
---|
public property int[] Sizes sealed { array<int>^ get(); } |
J# |
---|
/** property */ public int[] get_Sizes(); |
JScript |
---|
public function get Sizes() : int[] |
See Also