TExternalBaseSetOutputDataRe Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

Protected function "SetOutputDataRe", provided to the user DLL to set the real part of the output data.

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

protected void SetOutputDataRe(
	int channel,
	double[] data
)

Parameters

channel
Type: SystemInt32
Specifies the zero-based input channel index.
data
Type: SystemDouble
Specifies the real part of the output data as a double[] array.
See Also

Reference