Package apple.struct

Class Float96


  • public final class Float96
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Float96()  
      protected Float96​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short exp​(int field_idx)
      the second 16-bits are undefined
      char man​(int field_idx)  
      void setExp​(short value, int field_idx)
      the second 16-bits are undefined
      void setMan​(char value, int field_idx)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Float96

        public Float96()
      • Float96

        protected Float96​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • exp

        public short exp​(int field_idx)
        the second 16-bits are undefined
      • setExp

        public void setExp​(short value,
                           int field_idx)
        the second 16-bits are undefined
      • man

        public char man​(int field_idx)
      • setMan

        public void setMan​(char value,
                           int field_idx)