Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
四則演算 (+ - * /) の結果として得られる数値の(デフォルトの)最大有効桁数です。
MaxDigits のデフォルト値は 0 で、これは有効桁数無制限という意味になります。
ただし、割り算の場合は、0 でも有効桁数は有限となります。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static int MaxDigits { get; set; } |
Visual Basic |
---|
Public Shared Property MaxDigits As Integer Get Set |
Visual C++ |
---|
public: static property int MaxDigits { int get (); void set (int value); } |
static member MaxDigits : int with get, set |