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

Definition

Determines if a value is in its canonical representation.

 static bool System.Numerics.INumberBase<System.UInt16>.IsCanonical(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsCanonical;
static bool INumberBase<ushort>.IsCanonical (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsCanonical : uint16 -> bool
 Shared Function IsCanonical (value As UShort) As Boolean Implements INumberBase(Of UShort).IsCanonical

Parameters

value
UInt16

The value to be checked.

Returns

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

Implements

Applies to