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

Definition

Avgör om ett värde finns i dess kanoniska 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

Parametrar

value
UInt16

Det värde som ska kontrolleras.

Returer

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

Implementeringar

Gäller för