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

Definitie

Bepaalt of een waarde nul is.

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

Parameters

value
UInt32

De waarde die moet worden gecontroleerd.

Retouren

trueals value nul is, anders. false

Implementeringen

Van toepassing op