![]() |
VOOZH | about |
Syntax: Float.<() Parameter: Float values Return: true - if a < b; otherwise falseCode #1 : Example for <() method Output :
Float a < b : false Float b < c : true Float a < c : trueCode #2 : Example for <() method Output :
Float a < b : true Float b < c : false Float a < c : false