API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Returns the output data (real part) in the form of a double[] array.
[This is preliminary documentation and is subject to change.]
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
Parameters
- channel
- Type: SystemInt32
Specifies the zero-based input data channel index.
Return Value
Type: DoubleReturns the output data (real part) in the form of a double[] array.
Implements
IExternalDllgetOutputDataRe(Int32)See Also