12 overrides of Modulo
Microsoft.Data.Analysis (12)
Computations\Arithmetic.netstandard.cs (12)
383protected override byte Modulo(byte x, byte y) 852protected override char Modulo(char x, char y) 1237protected override decimal Modulo(decimal x, decimal y) 1595protected override double Modulo(double x, double y) 1953protected override float Modulo(float x, float y) 2311protected override int Modulo(int x, int y) 2780protected override long Modulo(long x, long y) 3249protected override sbyte Modulo(sbyte x, sbyte y) 3718protected override short Modulo(short x, short y) 4187protected override uint Modulo(uint x, uint y) 4656protected override ulong Modulo(ulong x, ulong y) 5125protected override ushort Modulo(ushort x, ushort y)
1 reference to Modulo
Microsoft.Data.Analysis (1)
Computations\Arithmetic.cs (1)
117return Modulo(x, y);