Partager via


Int128.IsNegative(Int128) Méthode

Définition

Détermine si une valeur est négative.

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

Paramètres

value
Int128

Retours

Boolean

true s’il value est négatif ; sinon, false.

Implémente

Remarques

Une valeur de retour de n’implique false pas qu’elle IsPositive(TSelf) retourne true. Un nombre complexe, a + bi pour un non-zéro b, n’est pas positif ou négatif

S’applique à