Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
有限ならゼロ以外の整数、非数(NaN)または ±Infinity なら 0
BigDecimal v の値が有限ならゼロ以外の整数(正なら正の整数、負なら負の整数)を返します。
非数(NaN)または ±Infinity なら 0 を返します。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static int CheckNumber( BigDecimal v ) |
Visual Basic |
---|
Public Shared Function CheckNumber ( v As BigDecimal ) As Integer |
Visual C++ |
---|
public: static int CheckNumber( BigDecimal^ v ) |
static member CheckNumber : v : BigDecimal -> int |
Parameters
- v
- タイプ: Mol..::..BigDecimal
値が有限かどうかを判定する BigDecimal
Return Value
タイプ: Int32有限ならゼロ以外の整数、非数(NaN)または ±Infinity なら 0