FLOAT: Converting to Floating Point Format

How to:

The FLOAT function converts a number to floating-point format.


Top of page

x
Syntax: How to Convert to the Floating Point Format
FLOAT(arg)

where:

arg

Numeric

Is the input value.

This function returns the value in floating-point format.



Example: Converting to Floating Point Format

FLOAT converts a number to floating-point format. This example,

FLOAT(3)

returns 3.0.


iWay Software