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