Click or drag to resize

RealValuedScalarFunctionAdapter<T>.Evaluate Method (T)

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 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