Decimal.INumberBase<Decimal>.IsZero(Decimal) 方法

定義

判斷值是否為零。

 static bool System.Numerics.INumberBase<System.Decimal>.IsZero(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::IsZero;
static bool INumberBase<decimal>.IsZero (decimal value);
static member System.Numerics.INumberBase<System.Decimal>.IsZero : decimal -> bool
 Shared Function IsZero (value As Decimal) As Boolean Implements INumberBase(Of Decimal).IsZero

參數

value
Decimal

要檢查的值。

傳回

true 如果 value 為零,則為 ,否則為 false

實作

適用於