Click or drag to resize

InverseCorrectionIsInverseOf(String) Method

Indicates if this InverseCorrection is the inverse of the given CorrectionFile.

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

Parameters

correctionFilePath  String
The path to the correction file that should be checked.

Return Value

Boolean
true if this inverse correction is the inverse of the given correction file, otherwise false.
See Also