Udostępnij za pośrednictwem


NFloat.IsNegativeInfinity(NFloat) Metoda

Definicja

Określa, czy określona wartość jest ujemną nieskończonością.

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

Wartość zmiennoprzecinkowa.

Zwraca

true jeśli wartość jest ujemną nieskończonością; false Inaczej.

Implementuje

Dotyczy