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

Definitie

Bepaalt of een waarde nul is.

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

Parameters

value
Byte

De waarde die moet worden gecontroleerd.

Retouren

trueals value nul is, anders. false

Implementeringen

Van toepassing op