G
Guest
Hi,
After converting my project from VS.NET 2003 to VS.NET 2005 I am receiving
the error:
The call is ambiguous between the following methods or properties:
'System.Math.Floor(decimal)' and 'System.Math.Floor(double)'
For the line of code:
byte upperValue = (byte)Math.Floor(bytes/16);
Thanks in advanced for any help,
Asaf
After converting my project from VS.NET 2003 to VS.NET 2005 I am receiving
the error:
The call is ambiguous between the following methods or properties:
'System.Math.Floor(decimal)' and 'System.Math.Floor(double)'
For the line of code:
byte upperValue = (byte)Math.Floor(bytes/16);
Thanks in advanced for any help,
Asaf