Deno.UnsafePointerView.prototype.getFloat64 - Deno documentation
method Deno.UnsafePointerView.prototype.getFloat64
UnsafePointerView.prototype.getFloat64(offset?: number): number

Gets a signed 64-bit float at the specified byte offset from the pointer.

Parameters

optional
offset: number

Return Type

number