Click or drag to resize

DoubleVector Constructor

Default constructor

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public DoubleVector(
	IntPtr arrayPtr,
	int count
)

public DoubleVector(
	IntPtr arrayPtr,
	int count
)

Parameters

arrayPtr
Type: SystemIntPtr
count
Type: SystemInt32
See Also