 | DoubleVector Class |
Expose array of doubles 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 DoubleVector : Vector
public class DoubleVector : Vector
Public Class DoubleVector
Inherits Vector
Public Class DoubleVector
Inherits Vector
public ref class DoubleVector : public Vector
public ref class DoubleVector : public Vector
type DoubleVector =
class
inherit Vector
end
type DoubleVector =
class
inherit Vector
end
The DoubleVector 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