Click or drag to resize

CGXNETCoreGetInt64VM Method

Get a VM array of integers.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static Int64Vector GetInt64VM(
	CVM hVM,
	int count
)

public static Int64Vector GetInt64VM(
	CVM hVM,
	int count
)

Parameters

hVM
Type: GeoEngine.Core.GXNetCVM
count
Type: SystemInt32

Return Value

Type: Int64Vector
See Also