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

Definição

Determina se um valor é infinito.

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

Parâmetros

value
Byte

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a