Click or drag to resize

CVVFillReal Method

Fill a VV with a real value.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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