NFloat.IsNegativeInfinity(NFloat) Méthode

Définition

Détermine si la valeur spécifiée est une infinie négative.

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

Paramètres

value
NFloat

Valeur à virgule flottante.

Retours

true si la valeur est l’infini négatif ; false Sinon.

Implémente

S’applique à