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

Definición

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

 static bool System.Numerics.INumberBase<System.Byte>.IsCanonical(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsCanonical;
static bool INumberBase<byte>.IsCanonical (byte value);
static member System.Numerics.INumberBase<System.Byte>.IsCanonical : byte -> bool
 Shared Function IsCanonical (value As Byte) As Boolean Implements INumberBase(Of Byte).IsCanonical

Parámetros

value
Byte

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