InstanceGetRealInputDerivatives Method |
Gets the n-th time derivative of real input variables.
Namespace: Emulate3D.FMI.V2Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic Status GetRealInputDerivatives(
IVariable[] variables,
int[] order,
out double[] values
)
Parameters
- variables IVariable
- Input variables.
- order Int32
- The orders of the respective derivative (1 means the first derivative, 0 is not allowed).
- values Double
- Value of derivatives.
Return Value
StatusStatus flag.
See Also