ImmutableDateMotionCollectionT, TDerivativeFirstDerivatives Property |
Gets the list of first derivatives in the collection.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax public IList<TDerivative> FirstDerivatives { get; }
Public ReadOnly Property FirstDerivatives As IList(Of TDerivative)
Get
public:
property IList<TDerivative>^ FirstDerivatives {
IList<TDerivative>^ get ();
}
member FirstDerivatives : IList<'TDerivative> with get
Property Value
Type:
IListTDerivativeSee Also