Tamil kumaran

Tamil kumaran

  • NA
  • 20
  • 83.9k

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

Aug 25 2007 1:23 AM

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)