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

Definition

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

Parameters

value
Decimal128

Returns

Implements

Applies to