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