LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Factor Property (MathematicalFunctionCommand)






Gets or sets a value used as an amplitude factor if the Type property is Square, Square Root, or Logarithm, and is used as a frequency factor if the Type property is Sine or Cosine. .NET support WinRT support Silverlight support
Syntax
public int Factor {get; set;}
'Declaration
 
Public Property Factor As Integer
'Usage
 
Dim instance As MathematicalFunctionCommand
Dim value As Integer
 
instance.Factor = value
 
value = instance.Factor
public int Factor {get; set;}
 get_Factor();
set_Factor(value);
public:
property int Factor {
   int get();
   void set (    int value);
}

Property Value

Value used as an amplitude factor when squaring, taking the logarithm of or taking the square root of the color values and as a frequency factor when taking the sine or cosine of the color values. The value of the Factor property is divided internally by different amounts, according to the type of math operation being performed. These amounts are as follows:
if the Type property is set to: then the Factor property will be divided by:
Square 10000 internally
Logarithm 10 internally
Square Root 10 internally
Sine 100 internally
Cosine 100 internally


Only positive values are accepted.
Example
Refer to MathematicalFunctionCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MathematicalFunctionCommand Class
MathematicalFunctionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.