←Select platform

Bias Property

Summary

Gets or sets the number added to the weighted average.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Bias { get; set; } 
Public Property Bias As Integer 
public int Bias {get; set;} 
@property (nonatomic, assign) NSInteger bias 
public int getBias() 
public void setBias(int value) 
             
 <br/>get_Bias();<br/>set_Bias(value);<br/>Object.defineProperty('Bias');  
public: 
property int Bias { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number added to the weighted average.

Example

Refer to SpatialFilterCommand()

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly