Integer s

From Second Life Wiki
Revision as of 10:34, 18 April 2008 by Aamic Zhong (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.