Click or drag to resize

RealValuedScalarFunction Delegate

A univariate, real valued, scalar function of a variable of type double.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate double RealValuedScalarFunction(
	double x
)

Parameters

x
Type: SystemDouble
The independent variable to the function.

Return Value

Type: Double
The value of the function.
See Also