IDateMotionCollectionTSecondDerivatives Property |
Gets the list of second derivatives in the collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax IList<T> SecondDerivatives { get; }
ReadOnly Property SecondDerivatives As IList(Of T)
Get
property IList<T>^ SecondDerivatives {
IList<T>^ get ();
}
abstract SecondDerivatives : IList<'T> with get
Property Value
Type:
IListTSee Also