Half.IsNegative(Half) Metodo

Definizione

Determina se il valore specificato è negativo.

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

Parametri

value
Half

Numero a virgola mobile Half.

Restituisce

true se negativo; in caso contrario false.

Implementazioni

Si applica a