IMotionT, TDerivativeItem Property |
Gets the indicated derivative of the motion.
Index 1 retrieves the first derivative, if it exists. Index 2 retrieves the second
derivative, if it exists. The number of available derivatives is indicated by the
Order property.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax TDerivative this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As TDerivative
Get
property TDerivative default[int index] {
TDerivative get (int index);
}
abstract Item : 'TDerivative with get
Parameters
- index
- Type: SystemInt32
The index of the derivative to retrieve.
Return Value
Type:
TDerivativeThe requested derivative.
Remarks See Also