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

Definition

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

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

Parameter

value
Int128

Der zu überprüfende Wert.

Gibt zurück

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

Implementiert

Gilt für: