IDateMotionCollectionT, TDerivativeSecondDerivatives Property |
Gets the list of second derivatives in the collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
SyntaxIList<TDerivative> SecondDerivatives { get; }
ReadOnly Property SecondDerivatives As IList(Of TDerivative)
Get
property IList<TDerivative>^ SecondDerivatives {
IList<TDerivative>^ get ();
}
abstract SecondDerivatives : IList<'TDerivative> with get
Property Value
Type:
IListTDerivative
See Also