Click or drag to resize

INIReaderasDoubleList Method

return values associated to a key as a list of doubles

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<double> asDoubleList(
	string key,
	List<double> default_values
)

Parameters

key
Type: SystemString
key to be searched
default_values
Type: System.Collections.GenericListDouble
list of default values to be used in case no values can be read

Return Value

Type: ListDouble
values associated to a key as a list of doubles
See Also