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
query on unbound text box producing strange characters and not numbers
OCS 2007 R2 Edge Server and Mediation setup
How to make a simple search form
VB.NET to Excel - setting orientation to landscape
wmiprvse.exe - application error
Cant see header or footer in form view??
read job history through system tables?
Drop Down List and Back Button on Browser - Losing state?
error with import
ORA-12514 TNS:listener does not currently know of service requested in connect (yet agian?)