Complex.INumberBase<Complex>.IsCanonical(Complex) Methode

Definition

Bestimmt, ob sich ein Wert in seiner kanonischen Darstellung befindet.

 static bool System.Numerics.INumberBase<System.Numerics.Complex>.IsCanonical(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsCanonical;
static bool INumberBase<Complex>.IsCanonical (System.Numerics.Complex value);
static member System.Numerics.INumberBase<System.Numerics.Complex>.IsCanonical : System.Numerics.Complex -> bool
 Shared Function IsCanonical (value As Complex) As Boolean Implements INumberBase(Of Complex).IsCanonical

Parameter

value
Complex

Der zu überprüfende Wert.

Gibt zurück

true , wenn value sich in seiner kanonischen Darstellung befindet, falseandernfalls .

Implementiert

Gilt für: