CoverageResults Constructor (Scalar, IListCoverageGridPointWithResults) |
Create a new instance based on the given grid points and total statistical weight.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CoverageResults(
Scalar totalWeight,
IList<CoverageGridPointWithResults> gridPoints
)
Public Sub New (
totalWeight As Scalar,
gridPoints As IList(Of CoverageGridPointWithResults)
)
public:
CoverageResults(
Scalar^ totalWeight,
IList<CoverageGridPointWithResults^>^ gridPoints
)
new :
totalWeight : Scalar *
gridPoints : IList<CoverageGridPointWithResults> -> CoverageResults
Parameters
- totalWeight
- Type: AGI.Foundation.GeometryScalar
The sum of the individual weights of the points in the grid. - gridPoints
- Type: System.Collections.GenericIListCoverageGridPointWithResults
The list of grid points with their coverage results.
See Also