Visual Basic (Declaration) | |
---|---|
Public MustOverride Function DoubleDataAtScan( _ ByVal scan As Integer _ ) As Double() |
C++/CLI | |
---|---|
public: abstract array<double>^ DoubleDataAtScan( int scan ) |
Parameters
- scan
- Specifies the spectrogram scan.
Return Value
A double arrayAll scans have the same format as the Trace's DoubleData, which contains the data for the current scan.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)