Click or drag to resize

DoubleSimpleFunction Delegate

A delegate that takes a Double and returns a 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 DoubleSimpleFunction(
	double variable
)

Parameters

variable
Type: SystemDouble
The Variable.

Return Value

Type: Double
The double.
See Also