Click or drag to resize

OneVariableFunctionUnaryNegation Operator

Negates the specified function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static OneVariableFunction operator -(
	OneVariableFunction f
)

Parameters

f  OneVariableFunction
A function.

Return Value

OneVariableFunction
A new function representing -f(x).
Remarks
g(x) = -f(x) for all x
See Also