'Declaration <DefaultValueAttribute(0,8333333333333334)> <DescriptionAttribute("A Gaussian distribution. Valid values are from 0.6 to 2.4.")> Public Property Sigma As Double
[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); }
Property Value
Valid values are from 0.6 to 2.4. Default value is 0.833.