UInt64.INumberBase<UInt64>.IsZero(UInt64) Metoda

Definice

Určuje, zda je hodnota nula.

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

Parametry

value
UInt64

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je nula, jinak hodnota false.

Implementuje

Platí pro