|
Delta
Sets the comparison tolerance.
void Delta(
|
Parameters
delta
[in] The new value of the comparison tolerance.
Return Value
No
Note
Comparison tolerance is used in the search. Values are considered equal if their difference is less than or equal to tolerance. The default tolerance is 0.0.
Example:
//--- example for CArrayDouble::Delta(double)
|