INumberBase<TSelf>.IsCanonical(TSelf) Metod

Definition

Avgör om ett värde finns i dess kanoniska representation.

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

Parametrar

value
TSelf

Det värde som ska kontrolleras.

Returer

true if value is in its canonical representation;wise, false.

Gäller för