This document is archived and information here might be outdated. Recommended version. |
Precision value to be used for iterative processes.
[Visual Basic .NET]
Public Property IterPrecision As Double
[C#]
public double IterPrecision {get; set;}
[C++]
HRESULT get_IterPrecision(
System.Double* pPrecision
);
[C++]
HRESULT put_IterPrecision(
double pPrecision
);
[C++] Parameters pPrecision [out, retval]
pPrecision is a parameter of type double* pPrecision [in]
pPrecision is a parameter of type double