Complex.IsFinite(Complex) Methode

Definition

Bestimmt, ob die angegebene komplexe Zahl endlich ist.

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

truesind sowohl die realen als auch die imaginären Teile endlich (Null, Subnormal oder Normal); andernfalls . false

Implementiert

Gilt für: