Byte.INumberBase<Byte>.IsCanonical(Byte) 方法

定义

确定值是否在其规范表示形式中。

 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

参数

value
Byte

要检查的值。

返回

true 如果 value 在其规范表示形式中为 ,则为 ;否则为 false

实现

适用于