GridInterpolatorInterpolate Method

Interpolate in the source array at relative/fractional index (jRel,kRel), using the undefinedValue as an undefined value/delete value that is not taken into account when interpolating.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public float Interpolate(
	float[] source,
	double jRel,
	double kRel,
	float undefinedValue
)

Parameters

source  Single
Source array, size must match source array definition.
jRel  Double
Relative/fractional index in x direction
kRel  Double
Relative/fractional index in y direction
undefinedValue  Single
Undefined value

Return Value

Single
Interpolated value

See Also