AnalogChannelItem::operator< Method

Compares the indexes of two AnalogChannelItems.
Syntax:
bool operator<( const AnalogChannelItem& op ) const;
Parameter Description
op

Another input channel with which to compare this.

Return value:

true, if the index of this is smaller than the index of the given AnalogChannelItem, false otherwise.

See also: AnalogChannelItem

<< AnalogChannelItem