IResultsTransform InterfaceElecNetKit Documentation
Classes that implement IResultsTransform are used for observing and modifying the electrical network model pre- and post- experiment. They meaningfully reinterpret the results obtained by experimentation in order to be better visualised or stored.

Namespace: ElecNetKit.Transform
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public interface IResultsTransform
Examples

For an example implementation, see DifferenceTransform.
See Also