
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 2/27/2008 10:56:14 AM |
| -66.78.119.225 |
| 1/24/2008 7:57:12 AM |
| FLWCOM-jwdavidson |
| 10/5/2007 10:33:02 AM |
| -170.211.216.8 |
| 2/5/2007 3:55:32 PM |
| -83.227.52.222 |
| 2/5/2007 3:55:22 PM |
| -83.227.52.222 |
![]() |
List all versions |
A Integer type has the following members:
| Integer Add(Object value) |
| Answer the addition of this integer to the supplied value |
| Integer Divide(Object value) |
| Answer the integer division of this integer by the supplied value |
| Object Equals(Object obj) |
| Determine whether this object is equal to another object |
| Object GreaterThan(Integer otherValue) |
| Answer true or false depending on whether this number is greater than the supplied integer |
| Object GreaterThanOrEqualTo(Integer otherValue) |
| Answer true or false depending on whether this number is greater than or equal to the supplied integer |
| Object LessThan(Integer otherValue) |
| Answer true or false depending on whether this number is less than the supplied integer |
| Object LessThanOrEqualTo(Integer otherValue) |
| Answer true or false depending on whether this number is less than or equal to the supplied integer |
| Integer Multiply(Object value) |
| Answer the multiplication of this integer with the supplied value |
| Integer Random(Integer lowerValue, Integer maxValue) |
| Answer a random interger from the first supplied integer to the second supplied integer |
| Integer Subtract(Object value) |
| Answer the subtraction of the supplied value from this integer |
10.Subtract(5) = 5
5.Equals(5) = true
5.Equals(5).Not = false
5.Lessthan(4) = false
5.GreaterThanOrEqualTo(4) = true
5.GreaterThan(4) = true
4.GreaterThan(5) = false
4.GreaterThanOrEqualTo(5) = false
Is this topic older than 7 days old?: true
30.Divide(9) = 3
35Number of topics modified in the last minute: 41
Create a random topic on a page
Check out the formatting tips on the right for help formatting and making links.
Use the template below:
Add your wiki text here.
Test