HoconValueGetDoubleList Method |
[Missing <summary> documentation for "M:Akka.Configuration.Hocon.HoconValue.GetDoubleList"]
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic IList<double> GetDoubleList()
Public Function GetDoubleList As IList(Of Double)
public:
IList<double>^ GetDoubleList()
member GetDoubleList : unit -> IList<float>
Return Value
Type:
IListDouble[Missing <returns> documentation for "M:Akka.Configuration.Hocon.HoconValue.GetDoubleList"]
See Also