![]() |
![]()
| ![]() |
![]()
SYNOPSISdouble bson_iter_as_double (const bson_iter_t *iter); PARAMETERS
DESCRIPTIONFetches the current field as if it were a double. bson_iter_as_double() will cast the following types to double
Any other value will return 0. RETURNSThe value type casted to double. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|