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

実装

適用対象