Gets or sets a value used to divide the final result of the output.
public int Divisor { get; set; }
Public Property Divisor As Integer
public int Divisor {get; set;}
@property (nonatomic, assign) NSUInteger divisor
public int getDivisor()
public void setDivisor(int value)
<br/>get_Divisor();<br/>set_Divisor(value);<br/>Object.defineProperty('Divisor');
Value used to divide the final result of the output. This must be a non-zero value. If you want to use floating point values for the matrix elements and the divisor, multiply the matrix elements and the divisor with the same value (for example, 10, 100, 1000). This property only accepts positive values.
Refer to UserFilterCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET