addFloat

actual open override fun addFloat(value: Float): MutableArray(source)
expect open override fun addFloat(value: Float): MutableArray(source)

Adds a float value to the end of the array.

Return

The self object

Parameters

value

the float value

actual open override fun addFloat(value: Float): MutableArray(source)

Adds a float value to the end of the array.

Return

The self object

Parameters

value

the float value

actual open override fun addFloat(value: Float): MutableArray(source)