Mol(Math Object Library) fot .Net
BigDecimal v が 0 以外なら 0、+0 なら正の整数、-0 なら負の整数を返します。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public static int CheckZero(
	BigDecimal v
)
Visual Basic
Public Shared Function CheckZero ( 
	v As BigDecimal
) As Integer
Visual C++
public:
static int CheckZero(
	BigDecimal^ v
)
static member CheckZero : 
        v : BigDecimal -> int 

Parameters

v
タイプ: Mol..::..BigDecimal
ゼロかどうかを判定する BigDecimal

Return Value

タイプ: Int32
v が 0 以外なら 0、+0 なら正の整数、-0 なら負の整数

参照