Visual Basic (Declaration) | |
---|---|
Public Function GetNumberOfSamplesPerChannel() As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family