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

实现

适用于