Byte.IUnaryPlusOperators<Byte,Byte>.UnaryPlus(Byte) Operator

Definition

Computes the unary plus of a value.

 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

Parameters

value
Byte

The value for which to compute the unary plus.

Returns

The unary plus of value.

Implements

Applies to