Click or drag to resize

InverseCorrectionIsInverseOf(CorrectionFile) 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(
	CorrectionFile cf
)

Parameters

cf  CorrectionFile
The CorrectionFile instance that should be checked.

Return Value

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