Click or drag to resize

DUMSUMRun Method

Stores the sum of two floating-point values in the supplied result variable.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Run(
	double A,
	double B,
	ref double C
)

Parameters

A  Double
The first addend.
B  Double
The second addend.
C  Double
Receives the sum of A and B.
See Also