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