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

Definition

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

Parameters

value
Decimal64

Returns

Implements

Applies to