UInt32.IUnaryNegationOperators<UInt32,UInt32>.CheckedUnaryNegation 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值的已核取一元負數。
static System::UInt32 System.Numerics.IUnaryNegationOperators<System.UInt32,System.UInt32>.op_CheckedUnaryNegation(System::UInt32 value) = System::Numerics::IUnaryNegationOperators<System::UInt32, System::UInt32>::op_CheckedUnaryNegation;
static uint IUnaryNegationOperators<uint,uint>.op_CheckedUnaryNegation (uint value);
static member System.Numerics.IUnaryNegationOperators<System.UInt32,System.UInt32>.op_CheckedUnaryNegation : uint32 -> uint32
Shared op_CheckedUnaryNegation (value As UInteger) As UInteger Implements IUnaryNegationOperators(Of UInteger, UInteger).op_CheckedUnaryNegation
參數
- value
- UInt32
要計算一元負數的值。
傳回
的 value
一元負數。