Visual Signal ExternalBase Class Library Documentation
compute Method
VisualSignalVSignal.ExternalBaseTExternalBasecompute()()()
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Interface for exported function "compute", used by Visual Signal's ExternalDll module to execute the actual computation provided by the user DLL. This function just calls the protected function DoCompute()()(), which the user DLL must override with own implementation.
Declaration Syntax
C#Visual BasicVisual C++
public bool compute()
Public Function compute As Boolean
public:
virtual bool compute() sealed
Return Value
Returns True if computation is successful.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)