'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
Valid values are from 0 to 100. Default value is 0.