Skip to content

coerce.to float

Daniel Gorman edited this page Nov 4, 2019 · 1 revision

The coerce.to-float Function

Function Group: Coercion

coerce.to-float attempts to coerce an unknown datum to a float type.

Syntax

coerce.to-float(arg1)

  • arg1 is any datum

Notes

To coerce data into a string, use coerce.to-string

To coerce data into an integer, use coerce.to-integer

To coerce data into a boolean, use coerce.to-boolean

Clone this wiki locally