NFloat.IsNegativeInfinity(NFloat) Metodo

Definizione

Determina se il valore specificato è infinito negativo.

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

Parametri

value
NFloat

Valore a virgola mobile.

Restituisce

true se il valore è infinito negativo; false Altrimenti.

Implementazioni

Si applica a