EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE - (Numeric Greater Than); (Numeric Greater than or Equal To)

MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE
162 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
98 Flash Lite Operators
> (numeric greater than)
Availability
Flash Lite 1.0.
Usage
expression1 > expression2
Operands
expression1, expression2 Numbers or expressions that evaluate to numbers.
Operator (comparison); compares two expressions and determines whether
expression1 is
greater than
expression2; if it is, the operator returns true. If expression1 is less than or
equal to
expression2, the operator returns false.
Example
The following examples show true and false results for numeric comparisons:
trace(3.14 > 2);// output: 1(true)
trace(1 > 2);// output: 0(false)
See also
gt (string greater than)
>= (numeric greater than or equal to)
Availability
Flash Lite 1.0.
Usage
expression1 >= expression2
Operands
expression1, expression2 Integers or floating-point numbers.
Description
Operator (comparison); compares two expressions and determines whether expression1 is
greater than or equal to
expression2 (true) or whether expression1 is less than
expression2 (false).

Table of Contents

Related product manuals