method Deno.UnsafePointerView.prototype.getFloat32
Jump to headingUnsafePointerView.prototype.getFloat32(offset?: number): number
Gets a signed 32-bit float at the specified byte offset from the pointer.
Parameters Jump to heading
optional
Jump to headingoffset: number
Return Type Jump to heading
number