Float@

Result = Float@ ( Pointer AS Pointer )

Returns the Float value stored at the memory address specified by Pointer.

If the memory address is unreadable, a Bad argument (20) error is raised.

Result = Float@ ( String AS String )

Return the Float value stored in the eight first characters of String.

If the string does not have at least eight characters, either a Bad argument (20) error is raised or an undefined result is returned.

Float@ (assignment)

Since 3.18

Float@ ( Pointer ) = Result

Store a Float value at the memory address specified by Pointer.

If the memory address is unreadable, a Bad argument (20) error is raised.

See also