VectorTDotDivide Operator |
Pointwise divides one vector by another vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxC# does not support this operator.
Parameters
- dividend VectorT
- The dividend vector.
- divisor VectorT
- The divisor vector.
Return Value
VectorTA vector containing the pointwise quotients.
See Also