'Declaration <DescriptionAttribute("The cutoff frequency of highpass filter.")> <DefaultValueAttribute(0,08)> Public Property CutoffFrequency As Double
[Description("The cutoff frequency of highpass filter.")] [DefaultValue(0,08)] public double CutoffFrequency { get; set; }
[Description("The cutoff frequency of highpass filter.")] [DefaultValue(0,08)] public: __property double get_CutoffFrequency(); public: __property void set_CutoffFrequency(
double value
);
[Description("The cutoff frequency of highpass filter.")] [DefaultValue(0,08)] public:
property double CutoffFrequency { double get(); void set(double value); }
Property Value
Значение по умолчанию - 0,08.