[DefaultValue(0,8333333333333334)] [Description("A Gaussian distribution. Valid values are from 0.6 to 2.4.")] public double Sigma { get; set; }
[DefaultValue(0,8333333333333334)] [Description("A Gaussian distribution. Valid values are from 0.6 to 2.4.")] public: __property double get_Sigma(); public: __property void set_Sigma(
double value
);
[DefaultValue(0,8333333333333334)] [Description("A Gaussian distribution. Valid values are from 0.6 to 2.4.")] public:
property double Sigma { double get(); void set(double value); }
'Declaration <DefaultValueAttribute(0,8333333333333334)> <DescriptionAttribute("A Gaussian distribution. Valid values are from 0.6 to 2.4.")> Public Property Sigma As Double
Property Value
Действительные значения: от 0,6 до 2,4. Значение по умолчанию - 0,833.