Click or drag to resize

VectorTDotPercent Operator

Pointwise computes the remainder of one vector divided by another vector.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
C# does not support this operator.

Parameters

dividend  VectorT
The dividend vector.
divisor  VectorT
The divisor vector.

Return Value

VectorT
A vector containing the pointwise remainders.
See Also