Edit

Share via


Int16.INumberBase<Int16>.IsCanonical(Int16) Method

Definition

Determines if a value is in its canonical representation.

static bool INumberBase<short>.IsCanonical(short value);

Parameters

value
Int16

The value to be checked.

Returns

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

Implements

Applies to