User Tools

Site Tools


blocks:operators

Operators

Blocks Description
Report the remainder left over from integer division of the two values
Report random number from 1 to value
Report true if 1st value is less than 2nd value
Report true if 1st value is less than or equal to the 2nd value
Report true if 1st value is equal to 2nd value
Report true if 1st value is not equal to 2nd value
Report true if the value is between or equal to the limit values
Boolean true or false
Reports the integer part of the number
Reports the number to the nearest integer
e.g round(1.4999) gives 1,round(1.5) gives 2, round(-1.5) gives -2.
Rounds the number towards next lowest integer
e.g floor(1.4999) gives 1,floot(1.5) gives 1, floor(-1.1) gives -2.
Rounds the number towards next highest integer
e.g ceiling(1.1) gives 2, ceiling(-1.9) gives -1.
Reports the biggest of all of the values
Reports the smallest of all of the values
Reports the distance between two points
Reports the direction vector from 1st point to 2nd point
blocks/operators.txt · Last modified: 2017/10/02 17:21 by simplesi