MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / asDouble

Function asDouble

lib/datastax/graph/wrappers.js:64–64  ·  view source on GitHub ↗

* Wraps a number or null value to hint the client driver that the data type of the value is a double * @memberOf module:datastax/graph

(value)

Source from the content-addressed store, hash-verified

62 * @memberOf module:datastax/graph
63 */
64function asDouble(value) { return new GraphTypeWrapper(value, dataTypes.double); }
65
66/**
67 * Wraps a number or null value to hint the client driver that the data type of the value is a double

Callers 1

graphson-tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected