Click or drag to resize

FieldCorrectionToArray Method

Extracts all the correction values of the specified axis, and converts them to a two-dimensional array.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public double[,] ToArray(
	int axis
)

Parameters

axis  Int32
The axis, where 0 refers to X, 1 to Y, 2 to Z.

Return Value

Double
A two-dimensional array that contains the correction values for the specified axis.
See Also