Complex.IsPositiveInfinity(Complex) Méthode

Définition

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

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

Paramètres

value
Complex

Valeur à vérifier.

Retours

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

Implémente

S’applique à