EuclidModulus(Single, Single) Method |
Canonical Modulus. The result has the sign of the divisor.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static float Modulus(
float dividend,
float divisor
)
Parameters
- dividend Single
- The value to divide.
- divisor Single
- The divisor.
Return Value
SingleThe canonical modulus of
dividend with respect to
divisor.
See Also