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

Definición

Determina si un valor es cero.

 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

Parámetros

value
UInt64

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a