Int32.IUnaryNegationOperators<Int32,Int32>.CheckedUnaryNegation Operator

Definisi

Menghitung negasi unary yang diperiksa dari nilai.

 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

Parameter

value
Int32

Nilai untuk menghitung negasi unary.

Mengembalikan

Negasi unary dari value.

Penerapan

Berlaku untuk