Difference between revisions of "Integer s"

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...)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Integer(String s)'''
'''Integer(String s)''' Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.
          Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.


also
:This new functionality isn't needed. Use the [[typecast]] <code>(integer)s</code>; -- [[User:Strife Onizuka|Strife Onizuka]] 16:49, 18 April 2008 (PDT)
 
'''Integer(int value)'''
          Constructs a newly allocated Integer object that represents the specified int value.

Latest revision as of 16:49, 18 April 2008

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

This new functionality isn't needed. Use the typecast (integer)s; -- Strife Onizuka 16:49, 18 April 2008 (PDT)