DateMotionCollectionTFirstDerivatives Property |
Gets the list of first 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 public IList<T> FirstDerivatives { get; }
Public ReadOnly Property FirstDerivatives As IList(Of T)
Get
public:
virtual property IList<T>^ FirstDerivatives {
IList<T>^ get () sealed;
}
abstract FirstDerivatives : IList<'T> with get
override FirstDerivatives : IList<'T> with get
Property Value
Type:
IListTImplements
IDateMotionCollectionTFirstDerivativesSee Also