Complex.IsInfinity(Complex) Methode

Definition

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

public:
 static bool IsInfinity(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsInfinity;
public:
 static bool IsInfinity(System::Numerics::Complex value);
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

truewenn entweder der reale oder imaginäre Teil oder PositiveInfinityNegativeInfinity; andernfalls . false

Implementiert

Gilt für: