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.2.419.0 (24.2.419.0)
Syntax public Duration CurrentDuration { get; }
Public ReadOnly Property CurrentDuration As Duration
Get
public:
property Duration CurrentDuration {
Duration get ();
}
member CurrentDuration : Duration with get
Property Value
Type:
DurationExceptions Exception | Condition |
---|
InvalidOperationException |
The current duration is not available because the explorer has not yet been stepped for
the first time.
|
See Also