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

Tanım

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

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

Parametreler

value
Double

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır