INumberBase<TSelf>.IsCanonical(TSelf) Method

Definition

Determines if a value is in its canonical 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

Parameters

value
TSelf

The value to be checked.

Returns

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

Applies to