'Declaration <DescriptionAttribute("The mean of the noise.")> <DefaultValueAttribute(0)> Public Property Mean As Double
[Description("The mean of the noise.")] [DefaultValue(0)] public double Mean { get; set; }
[Description("The mean of the noise.")] [DefaultValue(0)] public: __property double get_Mean(); public: __property void set_Mean(
double value
);
[Description("The mean of the noise.")] [DefaultValue(0)] public:
property double Mean { double get(); void set(double value); }
Property Value
Допустимые значения от 0 до 100. Значение по умолчанию - 0.