Example Brick compareLT 019

 

 

Description

These examples use the compareLT functions to do a case-sensitive comparison of two objects of the same type. A Boolean value is returned.

 

Details

(define nameList (new Brick: 2 Name:Object:3)) Returns: #<Record 123456>
(define customerList (new Brick: 2 Name:Object:1)) Returns: #<Record 234567>

The first Brick has greater value than the second Brick.

(compareLT nameList customerList) Returns: false

 

Related Examples

Here are examples of the compareLT function at work.

BitVector compareLT 014 Boolean compareLT 009 Brick compareLT 019 Character compareLT 010
CpxVector compareLT 020 Date compareLT 012 Dictionary compareLT 004 Directory compareLT 005
FltVector compareLT 014 Function compareLT 013 IntVector compareLT 014 List compareLT 020
Matrix compareLT 007 NumMatrix compareLT 023 NumVector compareLT 014 Number compareLT 011
ObjVector compareLT 014 ObjectRepository compareLT 021 ObjectRepository compareLT 022 Pair compareLT 019
ShortVector compareLT 015 String compareLT 001 Structure compareLT 003 Symbol compareLT 002
Vector compareLT 006 Void compareLT 008

 

Function Links

Here is the link to the current function used in this example.

compareLT

Here are a number of links to other related functions.

compare(Brick) compareEQ(Brick) compareNE(Brick) compareGT(Brick)
compareGE(Brick) compareLE(Brick)

 

Argument Types

Here are the links to the data types of the arguments used in this example.

Brick

Here are a number of links to examples having similar argument types.

Brick addMethod 008 Brick cdr 010 Brick compare 019 Brick compareEQ 019
Brick compareGT 019 Brick compareLE 019 Brick compareLT 019 Brick compareNE 019
Brick comparison 019 Brick copy 012 Brick defmethod 025 Brick isAtom 011
Brick isEqual 018 Brick isIdentical 020 Brick isObject 014 Brick isType 022
Brick length 017 Brick methodsOf 024 Brick new 015 Brick ref 036
Brick send 027 Brick setCdr 014 Brick setq 029 Brick setq 28
Brick sizeof 029 Brick type 026

How do I contact the AIS Server team?

You can always talk with the AIS at aiserver.sourceforge.net.