Single.IUnaryPlusOperators<Single,Single>.UnaryPlus(Single) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值的一元加號。
static float System.Numerics.IUnaryPlusOperators<System.Single,System.Single>.operator +(float value) = System::Numerics::IUnaryPlusOperators<float, float>::op_UnaryPlus;
static float IUnaryPlusOperators<float,float>.operator + (float value);
static member ( ~+ ) : single -> single
Shared Operator + (value As Single) As Single Implements IUnaryPlusOperators(Of Single, Single).op_UnaryPlus
參數
- value
- Single
要計算一元加號的值。
傳回
的一元加號 value
。