1
Answer

what is the meaning of this error in C#.net?

Tamil kumaran

Tamil kumaran

17y
5.7k
1

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);


 

Answers (1)