![]() |
VOOZH | about |
Syntax: Float.-@() Parameter: Float value Return: Negative SelfCode #1 : Example for -@() method Output :
-@a : 111.10000000000001 -@b : 200000.0 -@c : 116.4Code #2 : Example for -@() method Output :
-@a : 56.23333333 -@b : -10000.0 -@c : 29.1