NFloat.IsNegativeInfinity(NFloat) Metoda

Definice

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

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

Parametry

value
NFloat

Hodnota s plovoucí desetinou čárkou.

Návraty

true pokud hodnota je záporné nekonečno; false Jinak.

Implementuje

Platí pro