Click or drag to resize

FloatVector Constructor

Default constructor

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

public FloatVector(
	IntPtr arrayPtr,
	int count
)

Parameters

arrayPtr
Type: SystemIntPtr
count
Type: SystemInt32
See Also