GridInterpolatorIsInside Method

Check if fractional index is inside grid.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool IsInside(
	double j,
	double k
)

Parameters

j  Double
 
k  Double
 

Return Value

Boolean
true if the fractional indices is inside grid

See Also