Skip navigation links
A B C D E F G I L M P R S T U W X 

L

limit(int, int, int) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(float, float, float) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(long, long, long) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(double, double, double) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
LITTLE_ENDIAN - Static variable in class ej.bon.ByteArray
Access mode little endian.
log(double) - Static method in class ej.bon.XMath
Returns the natural logarithm (base e) of a double value.
LONG_SIZE - Static variable in class ej.bon.ByteArray
The size of a long.
A B C D E F G I L M P R S T U W X 
Skip navigation links