INumberBase<TSelf>.IsCanonical(TSelf) Methode

Definition

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

public:
 static bool IsCanonical(TSelf value);
public static bool IsCanonical (TSelf value);
static member IsCanonical : 'Self -> bool
Public Shared Function IsCanonical (value As TSelf) As Boolean

Parameter

value
TSelf

Der zu überprüfende Wert.

Gibt zurück

Boolean

true wenn value es sich in seiner kanonischen Darstellung befindet; andernfalls false.

Gilt für