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