WMLScript float() Function

The float() function returns a boolean value indicating whether floating-point numbers are supported.

Syntax

n = Lang.float()
Component Description
n Boolean value returned from the function. Indicates whether floating-point numbers are supported.

Example

var a = Lang.float();

Result

var a = true