Click or drag to resize

RealValuedScalarFunctionAdapterTEvaluate Method (T)

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 double Evaluate(
	T x
)

Parameters

x
Type: T
The independent variable at which to evaluate.

Return Value

Type: Double
The value of the function.
See Also