Property ILPropertyTypes.TILTerminationCriteria.Epsilon

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TILTerminationCriteria

Contents

Syntax

Delphi:

property Epsilon : Real read FEpsilon write SetEpsilon default 0.03;

C++ Builder:

__property double Epsilon = { read=FEpsilon, write=SetEpsilon, default=0.03 };

Summary

Accuracy (Epsilon) after which the search will be terminated.

Description

Use this property to specify the accuracy (Epsilon) after which the search will be terminated.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox