Int32.IUnaryNegationOperators<Int32,Int32>.UnaryNegation(Int32) 연산자

정의

값의 단항 부정을 계산합니다.

 static int System.Numerics.IUnaryNegationOperators<System.Int32,System.Int32>.operator -(int value) = System::Numerics::IUnaryNegationOperators<int, int>::op_UnaryNegation;
static int IUnaryNegationOperators<int,int>.operator - (int value);
static member ( ~- ) : int -> int
 Shared Operator - (value As Integer) As Integer Implements IUnaryNegationOperators(Of Integer, Integer).op_UnaryNegation

매개 변수

value
Int32

단항 부정을 계산할 값입니다.

반환

의 단항 부정입니다 value.

구현

적용 대상