Mutable
getInt Method



Retrieve the value of the integer stored in the object.
Syntax
'Declaration
 
Public Function getInt() As Integer
'Usage
 
Dim instance As MutableInt 
Dim value As Integer 
  
value = instance.getInt()
public int getInt()
public: 
int getInt(); 

Return Value

Return the integer value stored in the object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MutableInt Class
MutableInt Members