Equation
Namespace: Informedica.GenSolver.Dtos
Functions for Equation
dto type
Nested types and modules
Type | Description |
Dto |
|
DtoException | `DtoException type |
Message |
|
Functions and values
Function or value | Description |
apply f dto
Signature: f:(Dto -> '?7142) -> dto:Dto -> '?7142
Type parameters: '?7142 |
Apply a function |
create isProd vars
Signature: isProd:bool -> vars:Dto [] -> Dto
|
Create a |
createProd
Signature: Dto [] -> Dto
|
Create a |
createSum
Signature: Dto [] -> Dto
|
Create a |
fromDtoExc dto
Signature: dto:Dto -> Equation
|
Create a |
fromVarDtoExc dto
Signature: dto:Dto -> Variable
|
Helper function to create a |
get
Signature: Dto -> Dto
|
Helper function to facilitate type |
raiseExc m
Signature: m:Message -> '?7137
Type parameters: '?7137 |
Raise a |
toDto e
Signature: e:Equation -> Dto
|
Create a |
toString e
Signature: e:Dto -> string
|
Return the |