ROOC
Try in the editor
ROOC docs
GitHub
Preparing search index...
index
NumericVar
Class NumericVar
A numeric variable handle declared by a ModelBuilder.
Hierarchy (
View Summary
)
NumericExpression
NumericVar
Index
Constructors
constructor
Properties
id
name
Methods
add
sub
mul
div
neg
eq
le
lt
ge
gt
Constructors
constructor
new
NumericVar
(
value
:
unknown
)
:
NumericVar
Internal
Parameters
value
:
unknown
Returns
NumericVar
Properties
Readonly
id
id
:
number
Readonly
name
name
:
string
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
Properties
id
name
Methods
add
sub
mul
div
neg
eq
le
lt
ge
gt
Try in the editor
ROOC docs
GitHub
ROOC
Loading...
A numeric variable handle declared by a ModelBuilder.