Parameters
- other
- The TdNumber to compare against.
Return Value
A signed number indicating how this instance compares to other.
Return Value | Meaning |
---|---|
Less than Zero |
This instance is less than other. -or- This instance is TdNumber.Null. |
Zero |
This instance is equal to other. -or- This instance is Null and value is Null. |
Greater than Zero |
This instance is greater than other. -or- other is Null. |