INumberBase<TSelf>.IsPositiveInfinity(TSelf) Méthode

Définition

Détermine si une valeur est positive à l’infini.

public:
 static bool IsPositiveInfinity(TSelf value);
public static abstract bool IsPositiveInfinity (TSelf value);
static member IsPositiveInfinity : 'Self -> bool
Public Shared Function IsPositiveInfinity (value As TSelf) As Boolean

Paramètres

value
TSelf

Valeur à vérifier.

Retours

true si value est l’infini positif ; sinon, false.

S’applique à