Click or drag to resize

OneVariableFunctionAdd(Double, OneVariableFunction) Method

Adds the function and scalar.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static OneVariableFunction Add(
	double s,
	OneVariableFunction f
)

Parameters

s  Double
A scalar.
f  OneVariableFunction
A function.

Return Value

OneVariableFunction
A new function representing s + f(x).
Remarks
h(x) = s + f(x)
See Also