com.jniwrapper.macosx.cocoa.mactypes
Class Float64

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.AbstractFloat
          extended bycom.jniwrapper.DoubleFloat
              extended bycom.jniwrapper.macosx.cocoa.mactypes.Float64
All Implemented Interfaces:
com.jniwrapper.FloatParameter

public class Float64
extends com.jniwrapper.DoubleFloat

This class represents Float64 type.


Field Summary
 
Fields inherited from class com.jniwrapper.DoubleFloat
DOUBLE_LENGTH
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
Float64()
           
Float64(double value)
           
 
Methods inherited from class com.jniwrapper.DoubleFloat
, a, clone, convertToBytes, convertToDouble
 
Methods inherited from class com.jniwrapper.AbstractFloat
getDebugInfo, getLength, getValue, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, equals, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, hashCode, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Float64

public Float64()

Float64

public Float64(double value)