Click or drag to resize
Akka.NETHoconValue.GetDoubleList Method
Retrieves a list of double values from this HoconValue.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public IList<double> GetDoubleList()

Return Value

Type: IList<Double>
A list of double values represented by this HoconValue.
See Also