UInt16.INumberBase<UInt16>.IsCanonical(UInt16) Méthode

Définition

Détermine si une valeur se trouve dans sa représentation canonique.

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

Paramètres

value
UInt16

Valeur à vérifier.

Retours

true si value est dans sa représentation canonique ; sinon, false.

Implémente

S’applique à