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