Double.IUnaryNegationOperators<Double,Double>.UnaryNegation 연산자

정의

값의 단항 부정을 계산합니다.

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

매개 변수

value
Double

단항 부정을 계산할 값입니다.

반환

의 단항 부정입니다 value.

구현

적용 대상