This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
coerce.to float
Daniel Gorman edited this page Nov 4, 2019
·
1 revision
coerce.to-float
attempts to coerce an unknown datum to a float type.
coerce.to-float(arg1)
-
arg1
is any datum
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