Click or drag to resize

InstanceGetRealInputDerivatives Method

Gets the n-th time derivative of real input variables.

Namespace: Emulate3D.FMI.V2
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public 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

Status
Status flag.
See Also