 | Int64Vector 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 Int64Vector : Vector
public class Int64Vector : Vector
Public Class Int64Vector
Inherits Vector
Public Class Int64Vector
Inherits Vector
public ref class Int64Vector : public Vector
public ref class Int64Vector : public Vector
type Int64Vector =
class
inherit Vector
end
type Int64Vector =
class
inherit Vector
end
The Int64Vector 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