Skip to content

f32

The f32 is the literal suffix for the 32-bit IEEE-754 single-precision floating point data type.

Syntax

3.14f32

Example Code

var float32 pi = 3.14f32;