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