GenSolver


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 FieldDescription
Name
Signature: Name
Values
Signature: ValueRange

Static members

Static memberDescription
( - )(v1, v2)
Signature: (v1:Variable * v2:Variable) -> Variable

CompiledName: op_Subtraction

( != )(y, expr)
Signature: (y:Variable * expr:Variable) -> Variable

Apply a Variable expr that is a result of an expression to Variable y. Note that that the resulting y is the same or a more restricted version.

CompiledName: op_BangEquals

( * )(v1, v2)
Signature: (v1:Variable * v2:Variable) -> Variable

CompiledName: op_Multiply

( / )(v1, v2)
Signature: (v1:Variable * v2:Variable) -> Variable

CompiledName: op_Division

( + )(v1, v2)
Signature: (v1:Variable * v2:Variable) -> Variable

CompiledName: op_Addition

Fork me on GitHub