UInt32.INumberBase<UInt32>.IsZero(UInt32) Método

Definición

Determina si un valor es cero.

 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

Parámetros

value
UInt32

Valor que se va a comprobar.

Devoluciones

true es si value es cero; en caso contrario, falsees .

Implementaciones

Se aplica a