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.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public float Interpolate(
float[] source,
double jRel,
double kRel,
float undefinedValue
)
member Interpolate :
source : float32[] *
jRel : float *
kRel : float *
undefinedValue : float32 -> float32
- 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
SingleInterpolated value