EuclideanMod Method
Implementation of the modulo operator using Euclidean division.
Namespace: Gemstone.Numeric.AnalysisAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.176 -- Release Build+ab97a97e2f54a2424097af25cbba282dd6a45f40
Gemstone.Numeric.Analysis.Euclidean.Mod = function(numerator, denominator);
- numerator Double
- The number to be divided.
- denominator Double
- The number to divide by.
Double[Missing <returns> documentation for "M:Gemstone.Numeric.Analysis.Euclidean.Mod(System.Double,System.Double)"]