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