InverseCorrectionIsInverseOf(CorrectionFile) Method |
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public bool IsInverseOf(
CorrectionFile cf
)
Parameters
- cf CorrectionFile
- The CorrectionFile instance that should be checked.
Return Value
Booleantrue if this inverse correction is the inverse of the given correction file, otherwise
false.
See Also