FieldCorrectionToArray Method |
Extracts all the correction values of the specified axis, and converts them to a two-dimensional array.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic double[,] ToArray(
int axis
)
Parameters
- axis Int32
- The axis, where 0 refers to X, 1 to Y, 2 to Z.
Return Value
DoubleA two-dimensional array that contains the correction values for the specified axis.
See Also