Click or drag to resize

FocusShifterCorrectionFocusShifterParameter Constructor

Initializes a new instance of the FocusShifterCorrectionFocusShifterParameter class

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public FocusShifterParameter(
	LAYERS ZLayers,
	double XZGainFactor,
	double YZGainFactor,
	double AFactor,
	double BFactor,
	double CFactor,
	double ZMin,
	double ZMax
)

Parameters

ZLayers  LAYERS

[Missing <param name="ZLayers"/> documentation for "M:RAYLASE.Marker.Corrections.FocusShifterCorrection.FocusShifterParameter.#ctor(RAYLASE.SPICE3.LAYERS,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

XZGainFactor  Double

[Missing <param name="XZGainFactor"/> documentation for "M:RAYLASE.Marker.Corrections.FocusShifterCorrection.FocusShifterParameter.#ctor(RAYLASE.SPICE3.LAYERS,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

YZGainFactor  Double

[Missing <param name="YZGainFactor"/> documentation for "M:RAYLASE.Marker.Corrections.FocusShifterCorrection.FocusShifterParameter.#ctor(RAYLASE.SPICE3.LAYERS,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

AFactor  Double

[Missing <param name="AFactor"/> documentation for "M:RAYLASE.Marker.Corrections.FocusShifterCorrection.FocusShifterParameter.#ctor(RAYLASE.SPICE3.LAYERS,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

BFactor  Double

[Missing <param name="BFactor"/> documentation for "M:RAYLASE.Marker.Corrections.FocusShifterCorrection.FocusShifterParameter.#ctor(RAYLASE.SPICE3.LAYERS,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

CFactor  Double

[Missing <param name="CFactor"/> documentation for "M:RAYLASE.Marker.Corrections.FocusShifterCorrection.FocusShifterParameter.#ctor(RAYLASE.SPICE3.LAYERS,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

ZMin  Double

[Missing <param name="ZMin"/> documentation for "M:RAYLASE.Marker.Corrections.FocusShifterCorrection.FocusShifterParameter.#ctor(RAYLASE.SPICE3.LAYERS,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

ZMax  Double

[Missing <param name="ZMax"/> documentation for "M:RAYLASE.Marker.Corrections.FocusShifterCorrection.FocusShifterParameter.#ctor(RAYLASE.SPICE3.LAYERS,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also