Complex.IsPositiveInfinity(Complex) Methode

Definition

Bestimmt, ob ein Wert positiv unendlich ist.

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

Parameter

value
Complex

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv unendlich ist, falseandernfalls .

Implementiert

Gilt für: