The Language-Integrated Quantum Operations (LIQUi|>) Simulator
UtilgetFltPar Method |
Extracts a float macro definition from a command option dictionary.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member getFltPar : dic : Dictionary<string, string> * nam : string * def : float -> float
Parameters
- dic
- Type: System.Collections.GenericDictionaryString, String
The dictionary to search - nam
- Type: SystemString
The macro name - def
- Type: SystemDouble
The default value to return if the name is not found in the dictionary
Return Value
Type: DoubleMacro value if found, or else default value
