Click or drag to resize

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
Syntax
public class Int64Vector : Vector

public class Int64Vector : Vector

The Int64Vector type exposes the following members.

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