Show / Hide Table of Contents

Interface ICalculationPerformer

Users should implement this interface on objects if a custom calculation is to be performed whenever the object is used within the node of a circuit.

Namespace: Fusee.Xirkit
Assembly: Fusee.Xirkit.dll
Syntax
public interface ICalculationPerformer
Remarks

When an instance of this interface is passed to the constructor of Node its calculation performing capability is recognized and triggered when a circuit containing that node is executed.

Methods

PerformCalculation()

User-defined calculation to be performed on Circuit execution.

Declaration
void PerformCalculation()
See Also
Execute()
Generated by DocFX
GitHub Repo
Back to top