sidl
Class Float

java.lang.Object
  extended by sidl.Float

public class Float
extends java.lang.Object

Class Float contains inner classes that provide holder and array support for standard Java primitive types.


Nested Class Summary
static class Float.Array
          Define a one dimensional array of type float for the sidl Java run-time.
static class Float.Array1
          Define a one dimensional array of type float.
static class Float.Array2
          Define a two dimensional array of type float.
static class Float.Array3
          Define a three dimensional array of type float.
static class Float.Array4
          Define a four dimensional array of type float.
static class Float.Array5
          Define a five dimensional array of type float.
static class Float.Array6
          Define a six dimensional array of type float.
static class Float.Array7
          Define a seven dimensional array of type float.
static class Float.Holder
          This is the holder inner class for inout and out arguments for type Float.
 
Constructor Summary
Float()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Float

public Float()