Click or drag to resize

DurationFunctionExplorer.CurrentDuration Property

Gets the current duration, which is the duration of the most recent 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 CurrentDuration { get; }

Property Value

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