GenOrder


Quantity

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

Type and functions that represent a quantity

Nested types and modules

TypeDescription
Quantity

Type that represents a quantity

Functions and values

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

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

name
Signature: string

String representation of the type

quantity n ung
Signature: n:string list -> ung:String -> Quantity

Create a Quantity with name n and UnitGroup ung

setName n qty
Signature: n:Name -> qty:Quantity -> Quantity

Set the name of the quantity Variable to n

toString qty
Signature: qty:Quantity -> string

Turn a Quantity to a string

toVarUnt arg1
Signature: Quantity -> VariableUnit

Turn Quantity in a VariableUnit

Fork me on GitHub