Variable
Namespace: Informedica.GenSolver.Lib
Parent Module: Variable
Represents a variable in an
Equation. The variable is
identified by Name and has
a Values that are either
Unrestricted or restricted by
a ValueSet or a Range.
Record Fields
| Record Field | Description |
Name
Signature: Name
|
|
Values
Signature: ValueRange
|
|
Static members
| Static member | Description |
( - )(v1, v2)
Signature: (v1:Variable * v2:Variable) -> Variable
|
CompiledName: |
( != )(y, expr)
Signature: (y:Variable * expr:Variable) -> Variable
|
Apply a CompiledName: |
( * )(v1, v2)
Signature: (v1:Variable * v2:Variable) -> Variable
|
CompiledName: |
( / )(v1, v2)
Signature: (v1:Variable * v2:Variable) -> Variable
|
CompiledName: |
( + )(v1, v2)
Signature: (v1:Variable * v2:Variable) -> Variable
|
CompiledName: |