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

实现

适用于