←Select platform

GetNumberOfSamplesPerChannel Method

Summary

Gets the number of samples per channel.

Syntax

C#
VB
WinRT C#
C++
public int GetNumberOfSamplesPerChannel() 
Public Function GetNumberOfSamplesPerChannel() As Integer 
public int GetNumberOfSamplesPerChannel() 
 function Leadtools.Dicom.DicomWaveformGroup.GetNumberOfSamplesPerChannel() 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly