UInt16.INumberBase<UInt16>.IsCanonical(UInt16) Método

Definición

Determina si un valor está en su representación canónica.

 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

Parámetros

value
UInt16

Valor que se va a comprobar.

Devoluciones

true es si value está en su representación canónica; de lo contrario, falsees .

Implementaciones

Se aplica a