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

Definição

Determina se um valor é infinito positivo.

 static bool System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsPositiveInfinity;
static bool INumberBase<ulong>.IsPositiveInfinity (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity : uint64 -> bool
 Shared Function IsPositiveInfinity (value As ULong) As Boolean Implements INumberBase(Of ULong).IsPositiveInfinity

Parâmetros

value
UInt64

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a