GenOrder


Frequency

Namespace: Informedica.GenOrder.Lib
Parent Module: VariableUnit

Type and functions that represent a frequency

Nested types and modules

TypeDescription
Frequency

Type that represents a frequency

Functions and values

Function or valueDescription
frequency n
Signature: n:string list -> Frequency

Create a Frequency with name n

fromVar
Signature: Variable list list -> Frequency -> Frequency

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

name
Signature: string

String representation of the type

toString freq
Signature: freq:Frequency -> string

Turn a Frequency to a string

toVarUnt arg1
Signature: Frequency -> VariableUnit

Turn Frequency in a VariableUnit

Fork me on GitHub