'Declaration <DefaultValueAttribute(5)> <DescriptionAttribute("The window size for the filter. Possible value is any odd value from 1 o 255.")> Public Property WindowSize As System.Int32
[DefaultValue(5)] [Description("The window size for the filter. Possible value is any odd value from 1 o 255.")] public System.Int32 WindowSize { get; set; }
[DefaultValue(5)] [Description("The window size for the filter. Possible value is any odd value from 1 o 255.")] public: __property System.Int32 get_WindowSize(); public: __property void set_WindowSize(
System.Int32 value
);
[DefaultValue(5)] [Description("The window size for the filter. Possible value is any odd value from 1 o 255.")] public:
property System.Int32 WindowSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Возможное значение - любое нечетное значение от 1 до 255. Значение по умолчанию - 5.