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

Définition

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

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

Paramètres

value
UInt64

Valeur à vérifier.

Retours

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

Implémente

S’applique à