Package org.gnome.glib
Class FloatIEEE754
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.glib.FloatIEEE754
- All Implemented Interfaces:
Proxy
The
GFloatIEEE754 and GDoubleIEEE754 unions are used to access the sign,
mantissa and exponent of IEEE floats and doubles. These unions are defined
as appropriate for a given platform. IEEE floats and doubles are supported
(used for storage) by at least Intel, PPC and Sparc.-
Constructor Summary
ConstructorsConstructorDescriptionFloatIEEE754(Arena arena) Allocate a new FloatIEEE754.FloatIEEE754(MemorySegment address) Create a FloatIEEE754 proxy instance for the provided memory address. -
Method Summary
Methods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
FloatIEEE754
Create a FloatIEEE754 proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
FloatIEEE754
Allocate a new FloatIEEE754.- Parameters:
arena- to control the memory allocation scope
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-