|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LongFraction | |
|---|---|
| org.eclipse.soda.dk.data | This package is part of the org.eclipse.soda.dk.core project. |
| Uses of LongFraction in org.eclipse.soda.dk.data |
|---|
| Subclasses of LongFraction in org.eclipse.soda.dk.data | |
|---|---|
class |
FixedLong
The FixedLong class provides support a fixed long value. |
| Methods in org.eclipse.soda.dk.data that return LongFraction | |
|---|---|
LongFraction |
LongFraction.divide(int value)
Perform the divide method and return the LongFraction result. |
LongFraction |
LongFraction.divide(LongFraction fraction)
Perform the divide method and return the LongFraction result. |
LongFraction |
LongFraction.multiply(int value)
Perform the multiply method and return the LongFraction result. |
LongFraction |
LongFraction.multiply(LongFraction fraction)
Perform the multiply method and return the LongFraction result. |
| Methods in org.eclipse.soda.dk.data with parameters of type LongFraction | |
|---|---|
LongFraction |
LongFraction.divide(LongFraction fraction)
Perform the divide method and return the LongFraction result. |
LongFraction |
LongFraction.multiply(LongFraction fraction)
Perform the multiply method and return the LongFraction result. |
|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||