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: 25.1.421.0 (25.1.421.0)
Syntax
public delegate double DoubleSimpleFunction(
	double variable
)

Parameters

variable
Type: System.Double
The Variable.

Return Value

Type: Double
The double.
See Also