|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jnpp.types.Npp64sc
public class Npp64sc
Complex Number This struct represents a long long complex number.
Field Summary | |
---|---|
long |
im
Imaginary part |
long |
re
Real part |
Constructor Summary | |
---|---|
Npp64sc(long re,
long im)
Creates a new Npp64sc 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 long re
public long im
Constructor Detail |
---|
public Npp64sc(long re, long 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 |