GridInterpolatorIsInside Method  | 
 
            Check if fractional index is inside grid.
            
 
    Namespace: 
   DHI.Projections
    Assembly:
   DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool IsInside(
	double j,
	double k
)
Public Function IsInside ( 
	j As Double,
	k As Double
) As Boolean
public:
bool IsInside(
	double j, 
	double k
)
member IsInside : 
        j : float * 
        k : float -> bool 
Parameters
- j
 - Type: SystemDouble
 - k
 - Type: SystemDouble
 
Return Value
Type: 
Booleantrue if the fractional indices is inside grid
See Also