Retrieve the value of the integer stored in the object.
Namespace: Mutable
Assembly: Mutable (in Mutable.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getInt() As Integer |
C# |
---|
public int getInt() |
C++ |
---|
public: int getInt() sealed |
J# |
---|
public int getInt() |
JScript |
---|
public function getInt() : int |
Return Value
Return the integer value stored in the object.