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