Int32.IUnaryNegationOperators<Int32,Int32>.UnaryNegation(Int32) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値の単項否定を計算します。
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
。