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

Definition

Bestimmt, ob ein Wert null ist.

 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

Parameter

value
UInt64

Der zu überprüfende Wert.

Gibt zurück

true wenn value null ist; andernfalls false.

Implementiert

Gilt für: