- java.lang.Object
-
- java.lang.Number
-
- jnr.ffi.StructLayout.Offset
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StructLayout
protected static final class StructLayout.Offset extends Number
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Offset(int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledoubleValue()floatfloatValue()intintValue()longlongValue()-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-
-
-
Method Detail
-
floatValue
public float floatValue()
- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()
- Specified by:
doubleValuein classNumber
-
-