GenOrder


Rate

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

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

Nested types and modules

TypeDescription
Rate

Type that represents a rate

Functions and values

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

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

name
Signature: string

String representation of the type

rate n ung
Signature: n:string list -> ung:String -> Rate

Create a Rate with name n and UnitGroup ung

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

Set the name of the rate Variable to n

toString rte
Signature: rte:Rate -> string

Turn a Rate to a string

toVarUnt arg1
Signature: Rate -> VariableUnit

Turn Rate in a VariableUnit

Fork me on GitHub