GreaterThen()

Namespace ›› System ›› MfByte ›› Methods ››
Parent Previous Next

GreaterThen()

OutputVar := instance.GreaterThen(value)

GreaterThen(value)

Compares the current MfByte object to a specified MfByte object and returns an indication of their relative values.

Parameters

value

The Object or var containing, byte to compare to current instance.
Can be any type that matches IsNumber.

Returns

Returns true if the current instance has greater value then the value instance; Otherwise false.

Throws

Throws MfNullReferenceException if called as a static method
Throws MfArgumentException if value is not an instance of MfByte and can not be converted into byte value.

Remarks

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.