Single.IUnaryNegationOperators<Single,Single>.UnaryNegation 演算子

定義

値の単項否定を計算します。

 static float System.Numerics.IUnaryNegationOperators<System.Single,System.Single>.operator -(float value) = System::Numerics::IUnaryNegationOperators<float, float>::op_UnaryNegation;
static float IUnaryNegationOperators<float,float>.operator - (float value);
static member ( ~- ) : single -> single
 Shared Operator - (value As Single) As Single Implements IUnaryNegationOperators(Of Single, Single).op_UnaryNegation

パラメーター

value
Single

単項否定を計算する値。

戻り値

の単項否定 value

実装

適用対象