API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
[This is preliminary documentation and is subject to change.]
Interface for exported function "setInputDataIm", used by Visual Signal's
ExternalDll module to set the input data (imaginary part) in the user DLL.
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
Parameters
- input
- Type: SystemInt32
Specifies the zero-based input data index. - channel
- Type: SystemInt32
Specifies the zero-based input data channel index. - array
- Type: SystemDouble
Specifies the array containing the imaginary part of the input data corresponding to the specified input and channel.
See Also