LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

Bias Property

Show in webframe





Gets or sets the number added to the weighted average.
Syntax
public int Bias {get; set;}
'Declaration
 
Public Property Bias As Integer
'Usage
 
Dim instance As SpatialActivity
Dim value As Integer
 
instance.Bias = value
 
value = instance.Bias

            

            
public:
property int Bias {
   int get();
   void set (    int value);
}

Property Value

Number added to the weighted average.
Requirements

Target Platforms

See Also

Reference

SpatialActivity Class
SpatialActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.