This document is archived and information here might be outdated. Recommended version. |
Max error.
[Visual Basic .NET]
Public Property MaxError As Double
[C#]
public double MaxError {get; set;}
[C++]
HRESULT get_MaxError(
System.Double* Value
);
[C++]
HRESULT put_MaxError(
double Value
);
[C++] Parameters Value [out, retval]
Value is a parameter of type double* Value [in]
Value is a parameter of type double