Comparator

Parent Previous Next

Full Library / Math Operator / Logic / Comparator
Block Name: Comparator

The default is ">". The input ports are named left and right to indicate which side of the comparison operator their value appears on.

The tolerance parameter, which defaults to zero, defines an error tolerance. That is, the actor may produce true even if the specified test is not exactly satisfied, but rather is almost satisfied, within the specified tolerance.

Note that this actor will work with any data type that can be losslessly converted to doubles, such as integers.

Field Detail

left

public TypedIOPort left


right

public TypedIOPort right


output

public TypedIOPort output


comparison

public StringAttribute comparison


tolerance

public Parameter tolerance




Created with the Personal Edition of HelpNDoc: Free help authoring tool