Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property MaxIntDigits As Integer |
C# |
---|
public int MaxIntDigits { get; set; } |
C++ |
---|
public property int MaxIntDigits sealed { int get(); void set(int value); } |
J# |
---|
/** property */ public int get_MaxIntDigits(); /** property */ public void set_MaxIntDigits(int value); |
JScript |
---|
public function get MaxIntDigits() : int public function set MaxIntDigits(value : int); |