Click or drag to resize

CGXNETCoreGetDoubleVM Method

Get a VM array of doubles.

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

public static DoubleVector GetDoubleVM(
	CVM hVM,
	int count
)

Parameters

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

Return Value

Type: DoubleVector
See Also