IDataDictionary GetDouble Method (String)C# API
Returns a double value held in the dictionary.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

double GetDouble(
	string key
)

Parameters

key
Type: System String
The key to be looked up in the dictionary.

Return Value

A double value held in the dictionary.
Exceptions

See Also