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