Click or drag to resize

ArrayMathNormalizeArrays Method

Multiplies the elements of array arr1 and array arr2 by a factor.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void NormalizeArrays(
	double[] arr1,
	double[] arr2,
	double factor,
	int n
)

Parameters

arr1  Double
The first array.
arr2  Double
The second array.
factor  Double
The factor the elements of both arrays are multiplied with.
n  Int32
The multiplication is done from index 0 to n-1.
See Also