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.

구현

적용 대상