NFloat.IsNegativeInfinity(NFloat) Methode

Definition

Bestimmt, ob der angegebene Wert negativ unendlich ist.

public:
 static bool IsNegativeInfinity(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsNegativeInfinity;
public static bool IsNegativeInfinity (System.Runtime.InteropServices.NFloat value);
static member IsNegativeInfinity : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsNegativeInfinity (value As NFloat) As Boolean

Parameter

value
NFloat

Der Gleitkommawert.

Gibt zurück

true , wenn der Wert eine negative Unendlichkeit ist; false Andernfalls.

Implementiert

Gilt für: