This document is archived and information here might be outdated. Recommended version. |
The binary thresholding values.
[Visual Basic .NET] Public Property Thresholds As IDoubleArray
[C#] public IDoubleArray Thresholds {get; set;}
[C++]
HRESULT get_Thresholds(
IDoubleArray** ppThresholds
);
[C++]
HRESULT putref_Thresholds(
IDoubleArray* ppThresholds
);
[C++] Parameters ppThresholds [out, retval]
ppThresholds is a parameter of type IDoubleArray** ppThresholds [in]
ppThresholds is a parameter of type IDoubleArray*