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

实现

适用于