FieldCorrectionInterpolate(Int32, Int32, Int32) Method |
Interpolates the correction data.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void Interpolate(
int rows,
int columns,
int layers
)
Parameters
- rows Int32
- Number of rows used to interpolate.
- columns Int32
- Number of columns used to interpolate.
- layers Int32
- Number of layers used to interpolate.
See Also