Example Function compareGE 013

 

 

Description

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

 

Details

(compareGE add1 add1) Returns: true
(setq a sub1) Returns: sub1
(setq b add1) Returns: add1
(compareGE a b) Returns: true

 

Related Examples

Here are examples of the compareGE function at work.

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

 

Function Links

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

compareGE

Here are a number of links to other related functions.

compare(Function) compareEQ(Function) compareNE(Function) compareGT(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.