Share via


Complex.INumberBase<Complex>.IsCanonical(Complex) Yöntem

Tanım

Bir değerin kurallı gösteriminde olup olmadığını belirler.

 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

Parametreler

value
Complex

Denetlenecek değer.

Döndürülenler

true kurallı gösterimindeyse value ; değilse, false.

Uygulamalar

Şunlara uygulanır