Package apple.struct

Class Float80


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short exp()  
      char man​(int field_idx)  
      void setExp​(short value)  
      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

      • Float80

        public Float80()
      • Float80

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

      • exp

        public short exp()
      • setExp

        public void setExp​(short value)
      • man

        public char man​(int field_idx)
      • setMan

        public void setMan​(char value,
                           int field_idx)