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

Definition

Bestimmt, ob sich ein Wert in seiner kanonischen Darstellung befindet.

 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

Parameter

value
UInt64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value sich in seiner kanonischen Darstellung befindet, falseandernfalls .

Implementiert

Gilt für: