Visual Basic (Declaration) | |
---|---|
Public Function GetNumberOfSamplesPerChannel() As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformGroup Dim value As Integer value = instance.GetNumberOfSamplesPerChannel() |
C# | |
---|---|
public int GetNumberOfSamplesPerChannel() |
C++/CLI | |
---|---|
public: int GetNumberOfSamplesPerChannel(); |
Return Value
The number of samples per channel.For an example, refer to DicomDataSet.WaveformGroupCount.
- 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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)