Click or drag to resize

SpecifiedCollectionCoverageGriddingTechnique Constructor

Initializes the gridding method with the specified collection.

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 SpecifiedCollectionCoverageGriddingTechnique(
	IEnumerable<double> points
)

Parameters

points
Type: System.Collections.GenericIEnumerableDouble
The collection of points.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if points is .
Remarks
The input collection will be copied and sorted in ascending order, and each point will be verified to be within the bounds.
See Also