Click or drag to resize

VectorTRemainder(T, VectorT) Method

Computes the remainder (vector % divisor), where the result has the sign of the dividend, for each element of the vector for the given divisor.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Remainder(
	T divisor,
	Vector<T> result
)

Parameters

divisor  T
The scalar denominator to use.
result  VectorT
A vector to store the results in.
See Also