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

Definicja

Określa, czy wartość ma wartość zero.

 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

Wartość do sprawdzenia.

Zwraca

true jeśli value wartość jest równa zero; w przeciwnym razie wartość false.

Implementuje

Dotyczy