Click or drag to resize

VolumeElementCoverageGridCell<T>.ScalarMeasure Method

Returns a scalar measure for the grid cell. The dimension parameter indicates the spatial dimension.

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 double? ScalarMeasure(
	JulianDate date,
	int dimension
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date at which to evaluate the scalar measure of the grid cell.
dimension
Type: System.Int32
The dimension of the scalar measure requested.

Return Value

Type: Nullable<Double>
The scalar measure, if available; otherwise null.

Implements

ICoverageGridCell.ScalarMeasure(JulianDate, Int32)
Remarks
This grid cell type returns the volume (dimension 3). It will return null otherwise.
See Also