OutputVar := instance.GreaterThen(value)
Compares the current MfUInt64 object to a specified MfUInt64 instance and returns an indication of their relative values.
value
The Object or var containing, integer to compare to current instance.
Can be any type that matches IsNumber, var integer or var string of integer numbers.
Returns true if the current instance has greater value then the value instance; Otherwise false.
Throws MfNullReferenceException if called as a static method
Throws MfArgumentException if value is not an instance of MfUInt64 and can not be converted into integer value.
If value is a float or MfFloat instance then method will alway round down for positive number and round up for negative numbers. For instance 2.8 is converted to 2 and -2.8 is converted to -2.