OutputVar := instance.GreaterThen(value)
Compares the current MfFloat object to a specified MfFloat object and returns an indication of their relative values.
value
The Object or var containing, float to compare to current instance.
Can be any type that matches IsNumber.
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 MfFloat and can not be converted into float value.