'Declaration Public Overrides Function ProcessSpectrum( _
ByVal spectrumThe image spectrum.As Vintasoft.Imaging.ComplexMatrix, _
ByVal channelIndexChannel index.As System.Int32 _
) As Boolean
public override bool ProcessSpectrum(
Vintasoft.Imaging.ComplexMatrix spectrum,
System.Int32 channelIndex
)
public: bool ProcessSpectrum(
Vintasoft.Imaging.ComplexMatrix* spectrum,
System.Int32 channelIndex
); override
public:
bool ProcessSpectrum(
Vintasoft.Imaging.ComplexMatrix^ spectrum,
System.Int32 channelIndex
); override
Parameters
- spectrum
- The image spectrum.
- channelIndex
- Channel index.
Return Value
True if image spectrum is changed; otherwise, false.