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

Definice

Určuje, zda je hodnota nula.

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

Parametry

value
UIntPtr

unativeint

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je nula, jinak hodnota false.

Implementuje

Platí pro