Click or drag to resize
CDSELDataSignificantFigures Method
Specify the data significant figures required

Available since Oasis montaj version: 5.0.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This is the number of significant figures that you require for the data. You can reduce this number to achieve better compression ratios. This should only be used when there is one data type in the data. See sSpatialResolution_DSEL to set the desired spatial resolution.
Syntax
public void DataSignificantFigures(
	double sf
)

Parameters

sf
Type: SystemDouble
Significant figures (positive, can be fractional)
See Also