![]() |
VOOZH | about |
Syntax: Float.+() Parameter: Float values Return: Sum of the two Float valuesCode #1 : Example for +() method Output :
Float a + b : -200111.1 Float b + c : -200116.4 Float a + c : -227.5Code #2 : Example for +() method Output :
Float a + b : 9943.76666667 Float b + c : 9970.9 Float a + c : -85.33333333