ROOC
Try in the editor
ROOC docs
GitHub
Preparing search index...
index
NumericExpression
Class NumericExpression
A typed arithmetic expression in a fluent optimization model.
Hierarchy (
View Summary
)
NumericExpression
BooleanExpression
NumericVar
Index
Constructors
constructor
Methods
add
sub
mul
div
neg
eq
le
lt
ge
gt
Constructors
Protected
constructor
new
NumericExpression
(
node
:
unknown
,
owner
?:
symbol
)
:
NumericExpression
Internal
Parameters
node
:
unknown
Optional
owner
:
symbol
Returns
NumericExpression
Methods
add
add
(
rhs
:
NumericInput
)
:
NumericExpression
Parameters
rhs
:
NumericInput
Returns
NumericExpression
sub
sub
(
rhs
:
NumericInput
)
:
NumericExpression
Parameters
rhs
:
NumericInput
Returns
NumericExpression
mul
mul
(
factor
:
number
)
:
NumericExpression
Parameters
factor
:
number
Returns
NumericExpression
div
div
(
divisor
:
number
)
:
NumericExpression
Parameters
divisor
:
number
Returns
NumericExpression
neg
neg
()
:
NumericExpression
Returns
NumericExpression
eq
eq
(
rhs
:
NumericInput
)
:
Constraint
Parameters
rhs
:
NumericInput
Returns
Constraint
le
le
(
rhs
:
NumericInput
)
:
Constraint
Parameters
rhs
:
NumericInput
Returns
Constraint
lt
lt
(
rhs
:
NumericInput
)
:
Constraint
Parameters
rhs
:
NumericInput
Returns
Constraint
ge
ge
(
rhs
:
NumericInput
)
:
Constraint
Parameters
rhs
:
NumericInput
Returns
Constraint
gt
gt
(
rhs
:
NumericInput
)
:
Constraint
Parameters
rhs
:
NumericInput
Returns
Constraint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
sub
mul
div
neg
eq
le
lt
ge
gt
Try in the editor
ROOC docs
GitHub
ROOC
Loading...
A typed arithmetic expression in a fluent optimization model.