GenOrder


RateAdjust

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

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

Nested types and modules

TypeDescription
RateAdjust

Type that represents a adjusted rate

Functions and values

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

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

name
Signature: string

String representation of the type

rateAdjust n ung1 ung2
Signature: n:string list -> ung1:String -> ung2:string -> RateAdjust

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

setName n rte
Signature: n:Name -> rte:RateAdjust -> RateAdjust

Set the name of the rate adjust Variable to n

toString rta
Signature: rta:RateAdjust -> string

Turn a RateAdjust to a string

toVarUnt arg1
Signature: RateAdjust -> VariableUnit

Turn RateAdjust in a VariableUnit

Fork me on GitHub