NFloat.IsNegative(NFloat) Méthode

Définition

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

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

Paramètres

value
NFloat

Valeur à virgule flottante.

Retours

true si la valeur est négative ; sinon, false.

Implémente

S’applique à