Byte.IUnaryPlusOperators<Byte,Byte>.UnaryPlus(Byte) 运算符

定义

计算值的一元加号。

 static System::Byte System.Numerics.IUnaryPlusOperators<System.Byte,System.Byte>.operator +(System::Byte value) = System::Numerics::IUnaryPlusOperators<System::Byte, System::Byte>::op_UnaryPlus;
static byte IUnaryPlusOperators<byte,byte>.operator + (byte value);
static member ( ~+ ) : byte -> byte
 Shared Operator + (value As Byte) As Byte Implements IUnaryPlusOperators(Of Byte, Byte).op_UnaryPlus

参数

value
Byte

要计算其一元加号的值。

返回

的一元加号 value

实现

适用于