API version 1.2.2.0 [This is preliminary documentation and is subject to change.]
Exported function "setInputDataRe", used by Visual Signal's
ExternalDll module to set the input data (real part) in the user DLL.

Declaration Syntax
public void setInputDataRe(
int input,
int channel,
double[] array
)
public:
virtual void setInputDataRe(
int input,
int channel,
array<double>^ array
) sealed

Parameters
- input (Int32)
- Specifies the zero-based input data index.
- channel (Int32)
- Specifies the zero-based input data channel index.
- array (array<
Double
>[]()[])
- Specifies the array containing the real part
of the input data corresponding to the specified input and channel.
Assembly:
vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)