VectorTPointwiseRemainder(VectorT) Method |
Pointwise remainder (% operator), where the result has the sign of the dividend,
of 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> PointwiseRemainder(
Vector<T> divisor
)
Parameters
- divisor VectorT
- The pointwise denominator vector to use.
Return Value
VectorT[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Vector`1.PointwiseRemainder(Altaxo.Calc.LinearAlgebra.Vector{`0})"]
Exceptions See Also