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