Half.IsNegative(Half) Metoda

Definicja

Określa, czy określona wartość jest ujemna.

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

Parametry

value
Half

Half Liczba zmiennoprzecinkowa.

Zwraca

Boolean

true jeśli ujemna; false Inaczej.

Implementuje

Dotyczy