 | IntVector Class |
Expose array of integers to managed code.
Inheritance Hierarchy
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic class IntVector : Vector
public class IntVector : Vector
Public Class IntVector
Inherits Vector
Public Class IntVector
Inherits Vector
public ref class IntVector : public Vector
public ref class IntVector : public Vector
type IntVector =
class
inherit Vector
end
type IntVector =
class
inherit Vector
end
The IntVector type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Item |
Get or set the value at a particular index in the array
|
Top
See Also