Visual Signal ExternalBase Class Library Documentation
GetInputDataIm Method (input, channel)
VisualSignalVSignal.ExternalBaseTExternalBaseGetInputDataIm(Int32, Int32)
API version 1.2.2.0

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

Protected function "GetInputDataRe", provided to the user DLL to obtain the imaginary part of the input data.
Declaration Syntax
C#Visual BasicVisual C++
protected double[] GetInputDataIm(
	int input,
	int channel
)
Protected Function GetInputDataIm ( _
	input As Integer, _
	channel As Integer _
) As Double()
protected:
array<double>^ GetInputDataIm(
	int input, 
	int channel
)
Parameters
input (Int32)
Specifies the zero-based input data index.
channel (Int32)
Specifies the zero-based input channel index.
Return Value
Returns the imaginary part of the input data as a double[] array.

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)