Click or drag to resize

SpecifiedResolutionCoverageGriddingTechnique Constructor (Double)

Initializes the gridding method with the specified resolution, both bounds explicitly included, and the gridding start point set to the lower bounds.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SpecifiedResolutionCoverageGriddingTechnique(
	double resolution
)

Parameters

resolution
Type: SystemDouble
The spacing in this coordinate.
See Also