UIntPtr.INumberBase<UIntPtr>.IsInfinity(UIntPtr) Método

Definição

Determina se um valor é infinito.

 static bool System.Numerics.INumberBase<nuint>.IsInfinity(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsInfinity;
static bool INumberBase<UIntPtr>.IsInfinity (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsInfinity : unativeint -> bool
 Shared Function IsInfinity (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsInfinity

Parâmetros

value
UIntPtr

unativeint

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a