This document is archived and information here might be outdated. Recommended version. |
Gets the element coefficients of the kernel filter.
[Visual Basic .NET]
Public Sub QueryCoefficients ( _
ByRef coefList As Double[]& _
)
[C#]
public void QueryCoefficients (
ref Double[]& coefList
);
[C++]
HRESULT QueryCoefficients(
SAFEARRAY(System.Double)* coefList
);
[C++] Parameters coefList [in, out]
coefList is a parameter of type SAFEARRAY(double)*