float

open fun float(value: Byte): FloatLiteralSpec(source)
open fun float(value: Short): FloatLiteralSpec(source)
open fun float(value: Int): FloatLiteralSpec(source)
open fun float(value: Long): FloatLiteralSpec(source)
open fun float(value: Float): FloatLiteralSpec(source)
open fun float(value: Double): FloatLiteralSpec(source)