Error Name:
The call is ambiguous between the following methods or properties: 'System.Math.Floor(decimal)' and 'System.Math.Floor(double)'....
This is my program line:
The above error shows here in my program. i dono how to correct this error...
short nHalf = (short)Math.Floor(nDegree/2);