| Visual Basic (Declaration) | |
|---|---|
Public Function GetFilterLowFrequency() As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public double GetFilterLowFrequency() | |
| C++/CLI | |
|---|---|
public: double GetFilterLowFrequency(); | |
Return Value
The filter low frequency.For an example, refer to DicomDataSet.WaveformGroupCount.
This method gets the value of the "Filter Low Frequency" (003A,0220) element for the channel.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code