Half.IsNegativeInfinity(Half) Método

Definição

Determina se o valor especificado é menos infinito.

public:
 static bool IsNegativeInfinity(Half value) = System::Numerics::INumberBase<Half>::IsNegativeInfinity;
public:
 static bool IsNegativeInfinity(Half value);
public static bool IsNegativeInfinity(Half value);
static member IsNegativeInfinity : Half -> bool
Public Shared Function IsNegativeInfinity (value As Half) As Boolean

Parâmetros

value
Half

Um Half número em ponto flutuante.

Devoluções

true se value avalia a NegativeInfinity; caso contrário false.

Implementações

Aplica-se a