Char.IUnaryPlusOperators<Char,Char>.UnaryPlus(Char) 運算子

定義

計算值的一元加號。

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

參數

value
Char

要計算一元加號的值。

傳回

的一元加號 value

實作

適用於