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

Definition

Avgör om ett värde finns i dess kanoniska representation.

 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

Parametrar

value
Complex

Det värde som ska kontrolleras.

Returer

true if value is in its canonical representation;wise, false.

Implementeringar

Gäller för