Class __CLPK_doublecomplex


  • public final class __CLPK_doublecomplex
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double i()  
      double r()  
      void setI​(double value)  
      void setR​(double value)  
      • 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

      • __CLPK_doublecomplex

        public __CLPK_doublecomplex()
      • __CLPK_doublecomplex

        protected __CLPK_doublecomplex​(org.moe.natj.general.Pointer peer)
      • __CLPK_doublecomplex

        public __CLPK_doublecomplex​(double r,
                                    double i)
    • Method Detail

      • r

        public double r()
      • setR

        public void setR​(double value)
      • i

        public double i()
      • setI

        public void setI​(double value)