public class Npp32sc extends java.lang.Object
Complex Number This struct represents a signed int complex number.
int
im
re
Npp32sc(int re, int im)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int re
public int im
public Npp32sc(int re, int im)
public java.lang.String toString()
toString
java.lang.Object