Click or drag to resize

OneVariableFunction(FuncDouble, Double) Constructor

Constructs a OneVariableFunction instance that encapsulates a given function of one variable.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneVariableFunction(
	Func<double, double> function
)

Parameters

function  FuncDouble, Double
A function delegate that takes a single double parameter and returns a double.
See Also