GenOrder


Total

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

Type and functions that represent a total, and a total is a quantity over a time period

Nested types and modules

TypeDescription
Total

Type that represents a total

Functions and values

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

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

name
Signature: string

String representation of the type of the type

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

Set the name of the total Variable to n

toString tot
Signature: tot:Total -> string

Turn a Total to a string

total n ung
Signature: n:string list -> ung:String -> Total

Create a Total with name n and UnitGroup ung

toVarUnt arg1
Signature: Total -> VariableUnit

Turn Total in a VariableUnit

Fork me on GitHub