GridReprojectorConvert Method
Convert source data to target data
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public void Convert(
float[] source,
float[] target,
float undefinedValue,
float outsideValue
)
member Convert :
source : float32[] *
target : float32[] *
undefinedValue : float32 *
outsideValue : float32 -> unit
Parameters
- source Single
- Source data array
- target Single
- Target data array
- undefinedValue Single
- Undefined/delete value in source/target grid
- outsideValue Single
- Value specified for points outside the source grid