This is my program line:
short nHalf = (short)Math.Floor(nDegree/2);
whn i run my application it shows error on the above line in c#.net...
Error Name:
The call is ambiguous between the following methods or properties: 'System.Math.Floor(decimal)' and 'System.Math.Floor(double)'....