UInt16.IUnaryPlusOperators<UInt16,UInt16>.UnaryPlus(UInt16) 演算子

定義

値の単項プラスを計算します。

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

パラメーター

value
UInt16

単項プラスを計算する値。

戻り値

の単項プラス value

実装

適用対象