2011

Table Of Contents
DescriptionExpression Table
Returns values based on curve profilessee Profile Functions on
page 751.
Profile Functions
Returns values based on explicit conditionssee Conditional
Functions on page 752
Conditional Func-
tions
Arithmetic Operators
Use the following arithmetic operators to perform basic mathematical
operations.
DescriptionArithmetic Operator
Addition+
Subtraction-
Multiplication*
Division/
Integer Modulo%
Exponentiation^
Comparison Operators
Use the following operators to compare two values with each other. When
two values are compared using these operators, the result is 1 if the comparison
is true and 0 if the comparison is false.
DescriptionComparison Operator
Equal to==
Not equal to!=
Less than<
Less than or equal to<=
Greater than>
746 | Chapter 31 Expressions