12 overrides of Divide
Microsoft.Data.Analysis (12)
Computations\Arithmetic.netstandard.cs (12)
324protected override byte Divide(byte x, byte y) 793protected override char Divide(char x, char y) 1199protected override decimal Divide(decimal x, decimal y) 1536protected override double Divide(double x, double y) 1894protected override float Divide(float x, float y) 2252protected override int Divide(int x, int y) 2721protected override long Divide(long x, long y) 3190protected override sbyte Divide(sbyte x, sbyte y) 3659protected override short Divide(short x, short y) 4128protected override uint Divide(uint x, uint y) 4597protected override ulong Divide(ulong x, ulong y) 5066protected override ushort Divide(ushort x, ushort y)
1 reference to Divide
Microsoft.Data.Analysis (1)
Computations\Arithmetic.cs (1)
114return Divide(x, y);