| HoconValueGetFloatList Method |
Retrieves a list of float 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<float> GetFloatList()
member GetFloatList : unit -> IList<float32>
Return Value
Type:
IListSingleA list of float values represented by this
HoconValue.
See Also