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.DoubleIEEE754

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroDoubleIEEE754 :: MonadIO m => m DoubleIEEE754 Source #

Construct a DoubleIEEE754 struct initialized to zero.

Methods

Properties

vDouble

No description available in the introspection data.

getDoubleIEEE754VDouble :: MonadIO m => DoubleIEEE754 -> m Double Source #

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

get doubleIEEE754 #vDouble

setDoubleIEEE754VDouble :: MonadIO m => DoubleIEEE754 -> Double -> m () Source #

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

set doubleIEEE754 [ #vDouble := value ]