Click or drag to resize

DurationFunctionExplorer.PreviousPreviousDuration Property

Gets the duration of the previous, previous sample.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Duration PreviousPreviousDuration { get; }

Property Value

Type: Duration
Exceptions
ExceptionCondition
InvalidOperationException The previous previous duration is not available because the explorer has not yet been stepped for the third time.
See Also