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

Definition

Avgör om ett värde är noll.

 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

Parametrar

value
UInt32

Det värde som ska kontrolleras.

Returer

true om value är noll, annars false.

Implementeringar

Gäller för