UInt64.INumberBase<UInt64>.IsCanonical(UInt64) Metoda

Definicja

Określa, czy wartość znajduje się w jego reprezentacji kanonicznej.

 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

Parametry

value
UInt64

Wartość do sprawdzenia.

Zwraca

truejeśli value znajduje się w jego kanonicznej reprezentacji; w przeciwnym razie . false

Implementuje

Dotyczy