InverseCorrectionIsInverseOf(OpticalParameters) Method |
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public bool IsInverseOf(
OpticalParameters op
)
Parameters
- op OpticalParameters
- The header of an correction file.
Return Value
Booleantrue 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