Click or drag to resize

MultiStepMethodBaseMultiply Method

Multiplies the elements of array a by the factor b.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static void Multiply(
	double[] a,
	double b
)

Parameters

a  Double
Array a.
b  Double
Factor b.
See Also