Click or drag to resize
DigitalRuneRungeKutta4IntegratorF Constructor
Initializes a new instance of the RungeKutta4IntegratorF class.

Namespace: DigitalRune.Mathematics.Analysis
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public RungeKutta4IntegratorF(
	Func<VectorF, float, VectorF> firstOrderDerivative
)

Parameters

firstOrderDerivative
Type: SystemFuncVectorF, Single, VectorF
The function f(x, t) that computes the first order derivative of the vector x (see FirstOrderDerivative).
Exceptions
ExceptionCondition
ArgumentNullExceptionfirstOrderDerivative is .
See Also