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

Definição

Determina se um valor é infinito.

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

Parâmetros

value
SByte

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a