Click or drag to resize

DurationFunctionExplorerCurrentDuration 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: 24.1.418.0 (24.1.418.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