in C# can you divide two integers by eachother and store the value in a decimal or a double? code example
Example 1: c# int division to double
(double)100/863
//0.11587485515643106
Example 2: c# int division to double
(decimal)100/863
//0.1158748551564310544611819235