IMotion<T, TDerivative>.FirstDerivative 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)
SyntaxTDerivative FirstDerivative { get; }
ReadOnly Property FirstDerivative As TDerivative
Get
property TDerivative FirstDerivative {
TDerivative get ();
}
abstract FirstDerivative : 'TDerivative with get
Property Value
Type:
TDerivative
Exceptions
See Also