ROOC
Try in the editor
ROOC docs
GitHub
Preparing search index...
index
Constraint
Class Constraint
A numeric comparison that can be added to a ModelBuilder.
Index
Constructors
constructor
Methods
named
Constructors
constructor
new
Constraint
(
lhs
:
NumericExpression
,
relation
:
ConstraintRelation
,
rhs
:
NumericExpression
,
name
?:
string
,
)
:
Constraint
Internal
Parameters
lhs
:
NumericExpression
relation
:
ConstraintRelation
rhs
:
NumericExpression
Optional
name
:
string
Returns
Constraint
Methods
named
named
(
name
:
string
)
:
Constraint
Parameters
name
:
string
Returns
Constraint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
named
Try in the editor
ROOC docs
GitHub
ROOC
Loading...
A numeric comparison that can be added to a ModelBuilder.