←Select platform

Bias Property

Summary

Gets or sets the number added to the weighted average.

Syntax
C#
VB
Objective-C
C++
Java
public int Bias { get; set; } 
Public Property Bias As Integer 
@property (nonatomic, assign) NSInteger bias 
public int getBias() 
public void setBias(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly