Complex.IsNormal(Complex) Yöntem

Tanım

Bir değerin normal olup olmadığını belirler.

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

Parametreler

value
Complex

Denetlenecek değer.

Döndürülenler

true normalse value ; değilse, false.

Uygulamalar

Şunlara uygulanır