This document is archived and information here might be outdated. Recommended version. |
The extent of damping applied. This parameter is used only for Enhanced Lee filter and Frost filter.
[Visual Basic .NET]
Public Property DampFactor As Double
[C#]
public double DampFactor {get; set;}
[C++]
HRESULT get_DampFactor(
double DampFactor
);
[C++]
HRESULT put_DampFactor(
System.Double* DampFactor
);
[C++] Parameters DampFactor [in]
DampFactor is a parameter of type double DampFactor [out, retval]
DampFactor is a parameter of type double*