Int32.IUnaryNegationOperators<Int32,Int32>.UnaryNegation(Int32) Operatör

Tanım

Bir değerin tekli olumsuzlamasını hesaplar.

 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

Parametreler

value
Int32

Tekli olumsuzlamanın hesaplandığı değer.

Döndürülenler

öğesinin birli olumsuzlaması value.

Uygulamalar

Şunlara uygulanır