Click or drag to resize

FieldCorrectionApplyPowerErrors(NullableDouble) Method

Interpolates the measurement table to the dimensions of the correction table then multiplies the correction with the interpolated values.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public bool ApplyPowerErrors(
	double?[,,,,] errors
)

Parameters

errors  NullableDouble
The power correction factor for laser, magnification, layer, row, column.

Return Value

Boolean
Returns true if the a value got truncated
See Also