Half.IsNegativeInfinity(Half) Methode

Definition

Bestimmt, ob der angegebene Wert negativ unendlich ist.

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

Parameter

value
Half

Eine Half-Gleitkommazahl.

Gibt zurück

true, wenn valueNegativeInfinity ergibt, andernfalls false.

Implementiert

Gilt für: