UInt32.IUnaryNegationOperators<UInt32,UInt32>.UnaryNegation 運算子

定義

計算值的一元負數。

 static System::UInt32 System.Numerics.IUnaryNegationOperators<System.UInt32,System.UInt32>.operator -(System::UInt32 value) = System::Numerics::IUnaryNegationOperators<System::UInt32, System::UInt32>::op_UnaryNegation;
static uint IUnaryNegationOperators<uint,uint>.operator - (uint value);
static member ( ~- ) : uint32 -> uint32
 Shared Operator - (value As UInteger) As UInteger Implements IUnaryNegationOperators(Of UInteger, UInteger).op_UnaryNegation

參數

value
UInt32

要計算一元負數的值。

傳回

的一元負數 value

實作

適用於