API Reference > imodeljs-common > Geometry > QParams2d > unquantize unquantize Method Return the unquantized point for the input x and y components. If out is supplied, it will be modified to hold the result and returned. unquantize(x: number, y: number, out?: Point2d): Point2d Parameter Type Description x number y number out Point2d Returns - Point2d Defined in core/common/src/QPoint.ts Line 112 Last Updated: 11 June, 2024