Example Function compareGT 013

 

 

Description

These examples use the compareGT function to compare two function object IDs and return the Boolean value, true, if the first object ID is greater than the second object ID or false, if otherwise.

 

Details

(compareGT add1 add1) Returns: false
(setq a sub1) Returns: sub1
(setq b add1) Returns: add1
(compareGT a b) Returns: true

 

Related Examples

Here are examples of the compareGT function at work.

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

 

Function Links

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

compareGT

Here are a number of links to other related functions.

compare(Function) compareEQ(Function) compareNE(Function) compareGE(Function)
compareLT(Function) compareLE(Function)

 

Argument Types

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

Function

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

Function addMethod 017 Function addMethod 018 Function compare 013 Function compareEQ 013
Function compareGE 013 Function compareGT 013 Function compareLE 013 Function compareLT 013
Function compareNE 013 Function comparison functions 012 Function isEqual 012 Function isIdentical 011
Function type 015 List quote 001 List quote 002 List quote 003

How do I contact the AIS Server team?

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