com.kenai.jaffl.struct
public class Struct.Float extends Struct.NumberField
| Constructor Summary | |
|---|---|
| Float() | |
| Float(Struct.Offset offset)
Creates a new float field at a specific offset
| |
| Method Summary | |
|---|---|
| float | get() |
| void | set(float value) |
| void | set(Number value) |
Parameters: offset The offset within the memory area for this field.