IExternalDllcompute Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[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.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

bool compute()

Return Value

Type: Boolean
Returns True if computation is successful.
See Also

Reference