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.3.420.0 (24.3.420.0)
Syntax
public SpecifiedCollectionCoverageGriddingTechnique(
	IEnumerable<double> points
)

Parameters

points
Type: System.Collections.Generic.IEnumerable<Double>
The collection of points.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if points is null.
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