Motion<T>.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)
Syntaxpublic T SecondDerivative { get; }
Public ReadOnly Property SecondDerivative As T
Get
public:
virtual property T SecondDerivative {
T get () sealed;
}
abstract SecondDerivative : 'T with get
override SecondDerivative : 'T with get
Property Value
Type:
TImplements
IMotion<T, TDerivative>.SecondDerivative
Exceptions
See Also