f16
The f16 is the literal suffix for the 16-bit IEEE-754 half-precision floating point data type.
Syntax
3.14f16
Example Code
var float16 pi = 3.14f16;
The f16 is the literal suffix for the 16-bit IEEE-754 half-precision floating point data type.
3.14f16
var float16 pi = 3.14f16;