Click or drag to resize

RealValuedScalarFunctionAdapter<T>.Evaluate Method (T, Int32)

Evaluates the function.

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

Parameters

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

Return Value

Type: Motion<Double>
The value of the function.
See Also