Microsoft
Software
Hardware
Network
Question : Operator '>' can not be applied to operands of type double or decimal
I'm a bit baffled why I can not do this:
double speed = 100.0;
if ( speed < 200.0)
{
// do something
}
what gives?
newbieweb
Answer : Operator '>' can not be applied to operands of type double or decimal
well, same play
1: 2: 3: 4: 5: 6:
decimal speed = 100.0; decimal check_value = 200.0; if (speed < check_value) { }
Open in New Window
Select All
Random Solutions
Search for a string in all tables.
Add Milliseconds to Datetime
Outlook OWA 2010
MS Access Docmd.OutputReportTo Network Folder
Access Links
Conditional Formatting Wildcard
How user can create distribution list wothout log in to server
Problem with RichEdit20a and FindText?
Outlook Anywhere - Exchange 2007 (SBS 2008) and Outlook 2003 / 2007
sql reporting service Language