Integer | 
public class IntegerVector
The IntegerVector type exposes the following members.
| Name | Description | |
|---|---|---|
| IntegerVector | Initializes a new instance of the IntegerVector class | 
| Name | Description | |
|---|---|---|
| Clear | Clears all elements and deletes the underlying array. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object)  | |
| Resize | Resizes the vector. Previosly stored data are lost. | |
| SetAllElementsTo | Sets all elements to the provided value. | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  | 
| Name | Description | |
|---|---|---|
| _emptyIntArray | ||
| len | ||
| x |