Below 0?

How do you detect when a number is below 0 when subtracting?

using an if statment


if( VariableName < 0 ) {
      //do this...
}