Decimal.INumberBase<Decimal>.IsZero(Decimal) Method

Definition

Determines if a value is zero.

 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

Parameters

value
Decimal

The value to be checked.

Returns

true if value is zero; otherwise, false.

Implements

Applies to