GenOrder


Count

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

Type and functions that represent a count

Nested types and modules

TypeDescription
Count

Type that represents a count

Functions and values

Function or valueDescription
count n
Signature: n:string list -> Count

Create a Count with name n

fromVar
Signature: Variable list list -> Count -> Count

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

name
Signature: string

String representation of the type

toString qty
Signature: qty:Count -> string

Turn a Count to a string

toVarUnt arg1
Signature: Count -> VariableUnit

Turn Count in a VariableUnit

Fork me on GitHub