Click or drag to resize
GridInterpolatorIsInside Method
Check if fractional index is inside grid.

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public bool IsInside(
	double j,
	double k
)

Parameters

j
Type: SystemDouble
k
Type: SystemDouble

Return Value

Type: Boolean
true if the fractional indices is inside grid
See Also