TExternalBaseGetInputDataIm Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[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.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

protected double[] GetInputDataIm(
	int input,
	int channel
)

Parameters

input
Type: SystemInt32
Specifies the zero-based input data index.
channel
Type: SystemInt32
Specifies the zero-based input channel index.

Return Value

Type: Double
Returns the imaginary part of the input data as a double[] array.
See Also

Reference