Click or drag to resize

VectorMathDivide(Double, IVectorDouble) Method

Sets the element of the vector to the result of scalar x divided by each element y[i].

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Divide(
	double x,
	IVector<double> y
)

Parameters

x  Double
A scalar value
y  IVectorDouble
A vector.
See Also