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 一元加號。

實作

適用於