LessThenOrEqual()

Namespace ›› System ›› MfFloat ›› Methods ››
Parent Previous Next

LessThenOrEqual()

OutputVar := instance.LessThenOrEqual(value)

LessThenOrEqual(value)

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

Parameters

value

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

Returns

Returns true if the current instance has less or equal 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 MfFloat and can not be converted into float value.