Tamil kumaran

Tamil kumaran

  • NA
  • 20
  • 83.9k

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

Aug 25 2007 2:52 AM
what is the meaning of this error in C#.net?
  Posted on: 8/25/2007 2:47:33 AM

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)'....

 


 


Answers (1)