public class Units
extends java.lang.Object
Constructor and Description |
---|
Units() |
Modifier and Type | Method and Description |
---|---|
static int[] |
dec2base(int decval,
int base)
Converts an integer in base 10 to and integer in the given base.
|