Complex.IsInfinity(Complex) Methode

Definition

Gibt einen Wert zurück, der angibt, ob die angegebene komplexe Zahl als unendlich ausgewertet wird.

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

Parameter

value
Complex

Eine komplexe Zahl.

Gibt zurück

true, wenn entweder der reelle oder der imaginäre Teil PositiveInfinity oder NegativeInfinity lautet; andernfalls false.

Implementiert

Gilt für: