Click or drag to resize

DateMotionCollection<T>.SecondDerivatives Property

Gets the list of second derivatives in the collection.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IList<T> SecondDerivatives { get; }

Property Value

Type: IList<T>

Implements

IDateMotionCollection<T>.SecondDerivatives
See Also