Click or drag to resize

DurationSimpleFunction Delegate

A delegate that takes a Duration 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 DurationSimpleFunction(
	Duration duration
)

Parameters

duration
Type: AGI.Foundation.TimeDuration
The duration.

Return Value

Type: Double
The double.
See Also