Visual Signal ExternalBase Class Library Documentation
DoCompute Method
VisualSignalVSignal.ExternalBaseTExternalBaseDoCompute()()()
API version 1.2.2.0

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

Protected virtual function "DoCompute", intended to be overridden by the inherited user DLL class to provide the actual computation. This function is called by the exported function compute()()() which is in turn used by Visual Signal's ExternalDll module to start computation.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual bool DoCompute()
Protected Overridable Function DoCompute As Boolean
protected:
virtual bool DoCompute()
Return Value
Returns True if computation is successful.

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