influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > FloatLiteral

FloatLiteral interface

Represents floating point numbers according to the double representations defined by the IEEE-754-1985

Signature:

interface FloatLiteral 

Properties

Property Modifiers Type Description
type?   NodeType (Optional)
value?   number (Optional)