| ★ wanayoo — archive 1999 http://sourceware.cygnus.com/kawa/api/gnu/math/CQuantity.html | Nouvelle recherche | Portail wanayoo |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Number
|
+--gnu.math.Numeric
|
+--gnu.math.Quantity
|
+--gnu.math.CQuantity
General Cartesian Complex quantity.
| Fields inherited from class gnu.math.Numeric |
CEILING,
FLOOR,
ROUND,
TRUNCATE |
| Constructor Summary | |
CQuantity(Complex num,
Unit unit)
|
|
CQuantity(RealNum real,
RealNum imag,
Unit unit)
|
|
| Method Summary | |
boolean |
isExact()
|
boolean |
isZero()
|
Complex |
number()
|
Unit |
unit()
|
| Methods inherited from class gnu.math.Quantity |
abs,
add,
add,
addReversed,
compare,
compare,
compareReversed,
dimensions,
div,
div,
divReversed,
doubleImagValue,
doubleValue,
im,
imValue,
make,
make,
make,
mul,
mul,
mulReversed,
neg,
re,
reValue,
toString |
| Methods inherited from class gnu.math.Numeric |
add,
div_inv,
equals,
floatValue,
geq,
grt,
intValue,
longValue,
mul_ident,
power,
sub,
toString |
| Methods inherited from class java.lang.Number |
byteValue,
shortValue |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public CQuantity(Complex num,
Unit unit)
public CQuantity(RealNum real,
RealNum imag,
Unit unit)
| Method Detail |
public Complex number()
public Unit unit()
public boolean isExact()
public boolean isZero()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||