Complex.IsFinite(Complex) Yöntem

Tanım

Belirtilen karmaşık sayının sonlu olup olmadığını belirler.

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

Parametreler

value
Complex

Karmaşık bir sayı.

Döndürülenler

true her ikisi de ise, gerçek ve sanal parçalar sonludur (sıfır, normal altı veya normal); aksi takdirde , false.

Uygulamalar

Şunlara uygulanır