Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
true なら計算結果が非数値(NaN)や無限(+Infinity や -Infinity)等になった時例外を発生します。
false(デフォルト)なら計算を続行します。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static bool RaiseException { get; set; } |
Visual Basic |
---|
Public Shared Property RaiseException As Boolean Get Set |
Visual C++ |
---|
public: static property bool RaiseException { bool get (); void set (bool value); } |
static member RaiseException : bool with get, set |