API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Returns the output data (imaginary part) in the form of a double[] array.
[This is preliminary documentation and is subject to change.]
Interface for exported function "getOutputDataIm", used by Visual Signal's
ExternalDll module to obtain the output data (imaginary 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 (imaginary part) in the form of a double[] array.
Implements
IExternalDllgetOutputDataIm(Int32)See Also