MotionTFirstDerivative Property |
Gets the first derivative, if it is available.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic T FirstDerivative { get; }
Public ReadOnly Property FirstDerivative As T
Get
public:
virtual property T FirstDerivative {
T get () sealed;
}
abstract FirstDerivative : 'T with get
override FirstDerivative : 'T with get
Property Value
Type:
TImplements
IMotionT, TDerivativeFirstDerivative
Exceptions
See Also