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

Definition

Determines if a value is in its canonical representation.

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

Parameters

value
Int16

The value to be checked.

Returns

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

Implements

Applies to