com.kenai.jaffl.struct

Class Struct.Float

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
floatget()
voidset(float value)
voidset(Number value)

Constructor Detail

Float

public Float()

Float

public Float(Struct.Offset offset)
Creates a new float field at a specific offset

Parameters: offset The offset within the memory area for this field.

Method Detail

get

public final float get()

set

public final void set(float value)

set

public void set(Number value)