←Select platform

GetNumberOfSamplesPerChannel Method

Summary

Gets the number of samples per channel.

Syntax
C#
VB
C++
public int GetNumberOfSamplesPerChannel() 
Public Function GetNumberOfSamplesPerChannel() As Integer 
public: 
int GetNumberOfSamplesPerChannel();  

Return Value

The number of samples per channel.

Remarks
  • In DICOM all channels within a multiplex group are synchronously digitized at a common sampling frequency and have the same number of samples. Use this method to get the number of samples per channel in this group.
  • The initial value for the number of samples per channel is zero.

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly