gi-glib-2.0.29: GLib bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GLib.Unions.FloatIEEE754

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroFloatIEEE754 :: MonadIO m => m FloatIEEE754 Source #

Construct a FloatIEEE754 struct initialized to zero.

Methods

Properties

vFloat

No description available in the introspection data.

getFloatIEEE754VFloat :: MonadIO m => FloatIEEE754 -> m Float Source #

Get the value of the “v_float” field. When overloading is enabled, this is equivalent to

get floatIEEE754 #vFloat

setFloatIEEE754VFloat :: MonadIO m => FloatIEEE754 -> Float -> m () Source #

Set the value of the “v_float” field. When overloading is enabled, this is equivalent to

set floatIEEE754 [ #vFloat := value ]