Click or drag to resize

Vector Class

Base class, used to expose arrays from unmanaged Oasis
Inheritance Hierarchy
System.Object
  GeoEngine.Core.GXNet.Vector
    More...

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

public class Vector

The Vector type exposes the following members.

Constructors
  NameDescription
Public methodVector
Default constructor
Top
Properties
  NameDescription
Public propertyCount
Get or set the number of elements in the array
Top
Methods
  NameDescription
Protected methodInternalItem
Access an item at a particular index
Top
Fields
  NameDescription
Protected fieldm_array
Pointer to the beginning of the array
Protected fieldm_count
The number of elements in the array
Protected fieldStatic memberSIZEOF_DOUBLE
Size in bytes of Double
Protected fieldStatic memberSIZEOF_INT32
Size in bytes of Int32
Top
See Also
Inheritance Hierarchy