--- layout: stdlib-reference --- # f16tof32 ## Description Convert 16-bit float stored in low bits of integer ## Signature
float f16tof32(uint value); vector<float, N> f16tof32<N:int>(vector<uint, N> value); float f16tof32(half value); vector<float, N> f16tof32<N:int>(vector<half, N> value);## Generic Parameters #### N : int ## Parameters #### value : uint #### value : [vector](../types/vector/index.html)\