GenOrder


TotalAdjust

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

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

Nested types and modules

TypeDescription
TotalAdjust

Type that represents a adjusted total

Functions and values

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

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

name
Signature: string

String representation of the type

setName n tot
Signature: n:Name -> tot:TotalAdjust -> TotalAdjust

Set the name of the total adjust Variable to n

toString toa
Signature: toa:TotalAdjust -> string

Turn a TotalAdjust to a string

totalAdjust n ung1 ung2
Signature: n:string list -> ung1:String -> ung2:string -> TotalAdjust

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

toVarUnt arg1
Signature: TotalAdjust -> VariableUnit

Turn TotalAdjust in a VariableUnit

Fork me on GitHub