EuclidRemainder(Int64, Int64) Method |
Remainder (% operator). The result has the sign of the dividend.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static long Remainder(
long dividend,
long divisor
)
Parameters
- dividend Int64
- The value to divide.
- divisor Int64
- The divisor.
Return Value
Int64The remainder of
dividend divided by
divisor.
See Also