Motion<T>.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)
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
IMotion<T, TDerivative>.FirstDerivative
Exceptions
See Also