Single.IIncrementOperators<Single>.Increment(Single) 연산자

정의

값을 증분합니다.

 static float System.Numerics.IIncrementOperators<System.Single>.operator ++(float value) = System::Numerics::IIncrementOperators<float>::op_Increment;
static float IIncrementOperators<float>.operator ++ (float value);
static member System.Numerics.IIncrementOperators<System.Single>.op_Increment : single -> single
 Shared op_Increment (value As Single) As Single Implements IIncrementOperators(Of Single).op_Increment

매개 변수

value
Single

증가시킬 값입니다.

반환

증분의 결과입니다 value.

구현

적용 대상