VectorMathDivide(Double, Double) Method |
Sets the element of the vector to the result of scalar x divided by each element y[i].
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void Divide(
double x,
double[] y
)
Parameters
- x Double
- A scalar value
- y Double
- A vector.
See Also