VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebAddNoiseCommandJS type / get_Variance Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Variance Method
    In This Topic
    Gets the variance of the noise.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
    
    var value; // Type: number
    value = instance.get_Variance();
    
    
    function get_Variance() : number;
    

    Return Value

    Variance of noise. Valid values are from -1000000 to 1000000. Default value is 100.
    Browser Compatibility
    56+
    45+
    11
    See Also