Click or drag to resize

InverseCorrectionIsInverseOf(OpticalParameters) Method

Indicates if this InverseCorrection is the inverse of a CorrectionFile by comparing the hash in the header (OpticalParameters) of an correction file.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public bool IsInverseOf(
	OpticalParameters op
)

Parameters

op  OpticalParameters
The header of an correction file.

Return Value

Boolean
true if this inverse correction is the inverse of the given correction file, otherwise false.
Remarks
This can be useful when checking if this is the inverse on a correction file stored on the SPICE3 card by only reading the OpticalParameters of the correction file on the card without reading back the whole correction file.
See Also