GenOrder


QuantityAdjust

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

Type and functions that represent a adjusted quantity, and a adjusted quantity is a quantity per time

Nested types and modules

TypeDescription
QuantityAdjust

Type that represents a adjusted quantity

Functions and values

Function or valueDescription
fromVar
Signature: Variable list list -> QuantityAdjust -> QuantityAdjust

Set a QuantityAdjust with a Variable in a list of Variable lists

name
Signature: string

String representation of the type

quantityAdjust n ung1 ung2
Signature: n:string list -> ung1:String -> ung2:string -> QuantityAdjust

Create a QuantityAdjust with name n and UnitGroup ung1 adjusted by ung2

setName n qty
Signature: n:Name -> qty:QuantityAdjust -> QuantityAdjust

Set the name of the quantity adjust Variable to n

toString qta
Signature: qta:QuantityAdjust -> string

Turn a QuantityAdjust to a string

toVarUnt arg1
Signature: QuantityAdjust -> VariableUnit

Turn QuantityAdjust in a VariableUnit

Fork me on GitHub