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