ImmutableDateMotionCollectionTSecondDerivatives 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<T> SecondDerivatives { get; }Public ReadOnly Property SecondDerivatives As IList(Of T)
	Get
public:
property IList<T>^ SecondDerivatives {
	IList<T>^ get ();
}member SecondDerivatives : IList<'T> with get
Property Value
Type: 
IListT
See Also