NFloat.IsPositive(NFloat) Méthode

Définition

Détermine si une valeur est positive.

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

Paramètres

value
NFloat

Valeur à vérifier.

Retours

true si value est positif ; sinon, false.

Implémente

Remarques

Une valeur de retour de false n’implique pas que IsNegative(TSelf) retourne true. Un nombre complexe, a + bi pour un nombre différent de zéro b, n’est pas positif ou négatif

S’applique à