mondrian.util
Class Format.FDBigInt
java.lang.Object
mondrian.util.Format.FDBigInt
- Enclosing class:
- Format
static class Format.FDBigInt
- extends Object
-
-
Field Summary |
(package private) int[] |
data
|
(package private) int |
nWords
|
nWords
int nWords
data
int[] data
Format.FDBigInt
public Format.FDBigInt(int v)
Format.FDBigInt
public Format.FDBigInt(long v)
Format.FDBigInt
public Format.FDBigInt(Format.FDBigInt other)
setDebugging
public static void setDebugging(boolean d)
lshiftMe
public void lshiftMe(int c)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
normalizeMe
public int normalizeMe()
throws IllegalArgumentException
- Throws:
IllegalArgumentException
mult
public Format.FDBigInt mult(int iv)
mult
public Format.FDBigInt mult(Format.FDBigInt other)
add
public Format.FDBigInt add(Format.FDBigInt other)
sub
public Format.FDBigInt sub(Format.FDBigInt other)
cmp
public int cmp(Format.FDBigInt other)
quoRemIteration
public int quoRemIteration(Format.FDBigInt S)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
longValue
public long longValue()
toString
public String toString()
- Overrides:
toString
in class Object