Gets the filter bandwidth.
Read-only property
[Visual Basic .NET] |
---|
Public Property Bandwidth() As Double |
[C#] |
---|
public double Bandwidth {get;} |
[Managed C++] |
---|
public: __property double get_Bandwidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_Bandwidth( double * pVal ); |
[Java] |
---|
public double getBandwidth(); |