Documentation / base / halfToFloat
Function: halfToFloat()
halfToFloat(
val):number
Defined in: libs/base/src/math/misc.ts:125
Converts half float value to float
Parameters
val
number
A 16-bits integer presents the half float value to be converted.
Returns
number
The converted float value