MultiStepMethodBaseMultiply Method |
Multiplies the elements of array a by the factor b.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected static void Multiply(
double[] a,
double b
)
Parameters
- a Double
- Array a.
- b Double
- Factor b.
See Also