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.
public int Factor { get; set; }
Public Property Factor As Integer
@property (nonatomic, assign) NSUInteger factor
public int getFactor()
public void setFactor(int 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document