method Bson.Double.prototype.valueOfRe-exportimport { Bson } from "https://deno.land/x/aether@v0.0.3/deps.ts"; const { Double } = Bson; valueOf(): numberAccess the number value. Returnsnumberreturns the wrapped double number.