Single.IDecrementOperators<Single>.Decrement(Single) 연산자

정의

값을 감소합니다.

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

매개 변수

value
Single

감소시킬 값입니다.

반환

감소 value의 결과입니다.

구현

적용 대상