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