Complex.IsNormal(Complex) Methode

Definition

Bestimmt, ob ein Wert normal ist.

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

Parameter

value
Complex

Der zu überprüfende Wert.

Gibt zurück

true , wenn value normal ist, falseandernfalls .

Implementiert

Gilt für: