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

Tanım

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

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

Parametreler

value
Half

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır