VectorTPointwiseDivide(VectorT) Method |
Pointwise divide this vector with another vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Vector<T> PointwiseDivide(
Vector<T> divisor
)
Parameters
- divisor VectorT
- The pointwise denominator vector to use.
Return Value
VectorTA new vector which is the pointwise division of the two vectors.
Exceptions See Also