Set ILPropertyTypes.TILTerminationTypes

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(One intermediate revision by one user not shown)
Line 29: Line 29:
 
== Description ==
 
== Description ==
 
Defines set of [[Enum ILPropertyTypes.TILTerminationType|TILTerminationType]] enumerations.
 
Defines set of [[Enum ILPropertyTypes.TILTerminationType|TILTerminationType]] enumerations.
 +
 +
If both termination criteria are set, if any of them is met,
 +
the processing will finish.
 
[[Category:Sets]]
 
[[Category:Sets]]

Latest revision as of 17:20, 18 October 2012

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.

Package: IntelligenceLabBasicPkg

Unit: ILPropertyTypes

Contents

Syntax

Delphi:

type TILTerminationTypes = set of TILTerminationType;

C++ Builder:

typedef Set<TILTerminationType, ttIteration, ttEpsilon > TILTerminationTypes;

Visual C++ (MFC):

typedef CTSet<CTILTerminationType, ttIteration, ttEpsilon > CTILTerminationTypes;

Summary

Set of TILTerminationType enumerations.

Description

Defines set of TILTerminationType enumerations.

If both termination criteria are set, if any of them is met, the processing will finish.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox