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