 | IntVector Constructor |
Default constructor
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic IntVector(
IntPtr arrayPtr,
int count
)
public IntVector(
IntPtr arrayPtr,
int count
)
Public Sub New (
arrayPtr As IntPtr,
count As Integer
)
Public Sub New (
arrayPtr As IntPtr,
count As Integer
)
public:
IntVector(
IntPtr arrayPtr,
int count
)
public:
IntVector(
IntPtr arrayPtr,
int count
)
new :
arrayPtr : IntPtr *
count : int -> IntVector
new :
arrayPtr : IntPtr *
count : int -> IntVector
Parameters
- arrayPtr
- Type: SystemIntPtr
- count
- Type: SystemInt32
See Also