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

Definição

Determina se um valor está em sua representação 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

O valor a ser verificado.

Retornos

true se value estiver em sua representação canônica; caso contrário, false.

Implementações

Aplica-se a