IExternalDllgetOutputDataRe 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 "getOutputDataRe", used by Visual Signal's ExternalDll module to obtain the output data (real part) from the user DLL.

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

double[] getOutputDataRe(
	int channel
)

Parameters

channel
Type: SystemInt32
Specifies the zero-based input data channel index.

Return Value

Type: Double
Returns the output data (real part) in the form of a double[] array.
See Also

Reference