AbsOperator | |||||||
Type | operator | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.math | ||||||
Summary | Absolute value operator. | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Description | The absolute value of Operand is the value of Operand if it is greater than or equal to 0, or the negation of the value of Operand if it is less than zero. | ||||||
Tags | math |