Package jnr.ffi
Class Struct.Alignment
- java.lang.Object
-
- java.lang.Number
-
- jnr.ffi.Struct.Alignment
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Struct
public static final class Struct.Alignment extends Number
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Alignment(int alignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
doubleValue()
float
floatValue()
int
intValue()
long
longValue()
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Method Detail
-
floatValue
public float floatValue()
- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()
- Specified by:
doubleValue
in classNumber
-
-