MotionT, TDerivativeFirstDerivative 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)
Syntaxpublic TDerivative FirstDerivative { get; }Public ReadOnly Property FirstDerivative As TDerivative
	Get
public:
virtual property TDerivative FirstDerivative {
	TDerivative get () sealed;
}abstract FirstDerivative : 'TDerivative with get
override FirstDerivative : 'TDerivative with get
Property Value
Type: 
TDerivativeImplements
IMotionT, TDerivativeFirstDerivative
Exceptions
See Also