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