Int32 Class
Represents a 32-bit signed integer. This class cannot be inherited.
Definition
Members Table
The following table lists the members exposed by the Int32 object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Bound | Converts a specified value to a 32-bit integer. |
| CompareTo | Compares this instance to a specified object. |
| Equals | Overloaded. Compares two objects to determine if they are equal. |
| GetHashCode | Overriden. Returns the hash code for this instance. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Parse | Converts the string representation of a number to its 32-bit signed integer equivalent. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Overriden. Converts the numeric value of this instance to its equivalent string representation. |
| UnsignedRightShift | Perfom a unsigned right shift of the specified 32-bit integer. |
Constants
| Constant | Description |
|---|
| MaxValue | Represents the largest possible value of an Int32. |
| MinValue | Represents the smallest possible value of Int32. |
Inheritance Hierarchy
ObjectInt32
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|