Class DSPDoubleComplex


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double imag()  
      double real()  
      void setImag​(double value)  
      void setReal​(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

      • DSPDoubleComplex

        public DSPDoubleComplex()
      • DSPDoubleComplex

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

        public DSPDoubleComplex​(double real,
                                double imag)
    • Method Detail

      • real

        public double real()
      • setReal

        public void setReal​(double value)
      • imag

        public double imag()
      • setImag

        public void setImag​(double value)