Half.IsNegative(Half) Metoda

Definice

Určuje, zda je zadaná hodnota záporná.

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

Číslo Half s plovoucí desetinou čárkou.

Návraty

Boolean

true je-li záporné; false Jinak.

Implementuje

Platí pro