DateMotionCollectionT, TDerivativeSecondDerivatives 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)
Syntaxpublic IList<TDerivative> SecondDerivatives { get; }Public ReadOnly Property SecondDerivatives As IList(Of TDerivative)
	Get
public:
virtual property IList<TDerivative>^ SecondDerivatives {
	IList<TDerivative>^ get () sealed;
}abstract SecondDerivatives : IList<'TDerivative> with get
override SecondDerivatives : IList<'TDerivative> with get
Property Value
Type: 
IListTDerivativeImplements
IDateMotionCollectionT, TDerivativeSecondDerivatives
See Also