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

Definizione

Determina se un valore è nella relativa rappresentazione canonica.

 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

Parametri

value
UInt16

Valore da controllare.

Restituisce

true se value è nella relativa rappresentazione canonica; in caso contrario, false.

Implementazioni

Si applica a