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.

구현

적용 대상