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

Tanım

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

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

Parametreler

value
Single

Denetlenecek değer.

Döndürülenler

true kurallı temsilindeyse value ; değilse, false.

Uygulamalar

Şunlara uygulanır