GridInterpolatorIsInside Method |
Check if fractional index is inside grid.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public 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