Click or drag to resize
Akka.NETHoconValueGetFloat Method
Retrieves the float value from this HoconValue.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public float GetFloat()

Return Value

Type: Single
The float value represented by this HoconValue.
See Also