Half.IsNegativeInfinity(Half) Método

Definição

Determina se o valor especificado é infinito negativo.

public:
 static bool IsNegativeInfinity(Half value);
public:
 static bool IsNegativeInfinity(Half value) = System::Numerics::INumberBase<Half>::IsNegativeInfinity;
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 número de ponto flutuante Half.

Retornos

true se value for avaliado como NegativeInfinity. Caso contrário, false.

Implementações

Aplica-se a