Click or drag to resize

DoubleFunctionalUnaryNegation Operator

Negation operator.

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

Parameters

f  DoubleFunctional
Functional to negate

Return Value

DoubleFunctional
A functional which is the negation of f.
See Also