Int32.IUnaryNegationOperators<Int32,Int32>.CheckedUnaryNegation 연산자

정의

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

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

매개 변수

value
Int32

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

반환

의 단항 부정입니다 value.

구현

적용 대상