Click or drag to resize

CVVFillReal Method

Fill a VV with a real value.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void FillReal(
	double val
)

public void FillReal(
	double val
)

Parameters

val
Type: SystemDouble
Value to fill with
See Also