Click or drag to resize
IntVector Class
Expose array of integers to managed code.
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class IntVector : Vector

The IntVector type exposes the following members.

Constructors
  NameDescription
Public methodIntVector
Default constructor
Top
Properties
  NameDescription
Public propertyItem
Get or set the value at a particular index in the array
Top
See Also