|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.types.Npp32sc
public class Npp32sc
Complex Number This struct represents a signed int complex number.
Field Summary | |
---|---|
int |
im
Imaginary part |
int |
re
Real part |
Constructor Summary | |
---|---|
Npp32sc(int re,
int im)
Creates a new Npp32sc with the given values |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int re
public int im
Constructor Detail |
---|
public Npp32sc(int re, int im)
re
- The re valueim
- The im valueMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |