Int32.IUnaryNegationOperators<Int32,Int32>.CheckedUnaryNegation 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值的已检查一元求反值。
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
。