Stores the sum of two floating-point values in the supplied result variable.
Namespace: Altaxo.Calc.Ode.Obsolete.DVodeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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