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

Definicja

Oblicza jednoargumentowy plus wartości.

 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

Parametry

value
Byte

Wartość, dla której należy obliczyć jednoargumentowy plus.

Zwraca

Jednoargumentowy plus .value

Implementuje

Dotyczy