Single.IUnaryPlusOperators<Single,Single>.UnaryPlus(Single) 연산자

정의

값의 단항 더하기 를 계산합니다.

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

매개 변수

value
Single

단항 플러스를 계산할 값입니다.

반환

의 단항 더하기입니다 value.

구현

적용 대상