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

Definição

Determina se um valor é zero.

 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

O valor a ser verificado.

Retornos

true se value for zero; caso contrário, false.

Implementações

Aplica-se a