Complex.IsFinite(Complex) Methode

Definition

Bestimmt, ob die angegebene komplexe Zahl endlich ist.

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

Parameter

value
Complex

Eine komplexe Zahl.

Gibt zurück

true, wenn sowohl der reelle als auch der imaginäre Teil endlich ist (null, subnormal oder normal); andernfalls false.

Implementiert

Gilt für: