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.3572.0 (4.8.3572.0)
Syntaxpublic Vector<T> PointwiseRemainder(
Vector<T> divisor
)
Parameters
- divisor VectorT
- The pointwise denominator vector to use.
Return Value
VectorTA new vector containing the pointwise remainder values.
Exceptions
See Also