* 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)
| 62 | * @memberOf module:datastax/graph |
| 63 | */ |
| 64 | function 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 |