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