Integer s: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
New page: '''Integer(String s)''' Constructs a newly allocated Integer object that represents the int value indicated by the String parameter. also '''Integer(int value)''' Con...
(No difference)

Revision as of 10:34, 18 April 2008

Integer(String s)

         Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.

also

Integer(int value)

         Constructs a newly allocated Integer object that represents the specified int value.