Click or drag to resize

GridWeightCalculatorGetGridCell Method

Namespace:  DHI.Spatial.Algorithm
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public bool GetGridCell(
	double east,
	double north,
	out int i,
	out int j
)

Parameters

east
Type: SystemDouble
north
Type: SystemDouble
i
Type: SystemInt32
j
Type: SystemInt32

Return Value

Type: Boolean
See Also