Click or drag to resize

TerminationRuleDirect Method

Creates a new termination criterion that compares the values directly.

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public static TerminationRule Direct(
	Comparison comparison,
	ITerminationValue value,
	TerminationRuleEffect effect
)

Parameters

comparison  Comparison
The comparison type.
value  ITerminationValue
The value to compare with.
effect  TerminationRuleEffect
The effect his causes.

Return Value

TerminationRule
The new object.
See Also