Gets or sets the divisor for the result of the convolution kernel operation.
Read-write property
[Visual Basic .NET] |
---|
Public Property Divisor() As Double |
[C#] |
---|
public double Divisor {get; set;} |
[Managed C++] |
---|
public: __property double get_Divisor(); |
[Unmanaged C++] |
---|
public: HRESULT get_Divisor( double * pRetVal ); public: HRESULT put_Divisor( double Divisor ); |
[Java] |
---|
public double getDivisor(); public void setDivisor( double ); |