VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / AddNoiseCommand Class / Variance Property
Syntax Requirements SeeAlso
In This Topic
    Variance Property (AddNoiseCommand)
    In This Topic
    Gets or sets the variance of the noise.
    Syntax
    '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

    Valid values are from -1000000 to 1000000. Default value is 100.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also