Click or drag to resize

RealValuedScalarFunctionAdapterTEvaluate Method (T, Int32)

Evaluates the function.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Motion<double> Evaluate(
	T x,
	int order
)

Parameters

x
Type: T
The independent variable at which to evaluate.
order
Type: SystemInt32
Ignored; this class does not evaluate derivatives.

Return Value

Type: MotionDouble
The value of the function.
See Also