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

Definição

Determina se um valor é infinito positivo.

 static bool System.Numerics.INumberBase<System.UInt32>.IsPositiveInfinity(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsPositiveInfinity;
static bool INumberBase<uint>.IsPositiveInfinity (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsPositiveInfinity : uint32 -> bool
 Shared Function IsPositiveInfinity (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsPositiveInfinity

Parâmetros

value
UInt32

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a