Function

Agsendian_swap_float

since: 3.0.0

Declaration [src]

gfloat
ags_endian_swap_float (
  gfloat x
)

Description [src]

Swaps the floating point numbers endianness.

Available since: 3.0.0

Parameters

x

Type: gfloat

The float to swap.

Return value

Type: gfloat

The byte-swapped float.