Skip to content

apitabledefinitionfloat

Troy Murray edited this page Sep 19, 2011 · 2 revisions

float()

Usage

Adds a float column definition to the table definition object

Function Syntax

t.float(columnNames[,default,null]);

Parameters

Parameter Type Required Default Description
columnNames string Yes one or more column names, comma delimited
default integer | float No default value for column
null boolean No whether nulls are allowed
## Examples
Clone this wiki locally