|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.thortech.xl.util.adapters.tcUtilNumberOperations
public class tcUtilNumberOperations
This class that has basic number operations utility methods. Author: Solomon Niyazov January 10, 2002.
| Method Summary | |
|---|---|
static java.lang.Integer |
getRandomNumber(int piMax)method that returns random number. |
static java.lang.Integer |
getRandomNumber(java.lang.Integer poMax)method that returns random number. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Integer getRandomNumber(java.lang.Integer poMax)
throws java.lang.Exception
poMax - poMax specifies the maximum range (starting from 0).java.lang.Exception
public static java.lang.Integer getRandomNumber(int piMax)
throws java.lang.Exception
piMax - piMax specifies the maximum range (starting from 0).java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||