| MotionTFirstDerivative Property  | 
 
            Gets the first derivative, if it is available.
            
 
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
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
Exceptions See Also
See Also