Half.IsNegative(Half) Methode

Definition

Bestimmt, ob der angegebene Wert negativ ist.

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

Parameter

value
Half

Eine Half-Gleitkommazahl.

Gibt zurück

true, falls negativ; sonst false.

Implementiert

Gilt für: