Example IntVector append 007

 

 

Description

This example takes 2 existing Integer Vectors and appends the values of each Integer Vector. The result is placed in a new Integer Vector.

 

Details

(setq X (new Vector: integer: 2 9 2)) Returns: #<IntVector 123456>
(setq Y (new Vector: integer: 4 4 3 1 5)) Returns: #<IntVector 234567>
(append X Y ) Returns: #<IntVector 456789>
(display #<IntVector 456789> ) Returns: #(int| 9 2 4 3 1 5 )

 

Related Examples

Here are examples of the append function at work.

BitVector append 010 CpxVector append 013 FltVector append 007 IntVector append 007
List member 009 Matrix append 007 NumMatrix append 012 NumVector append 008
ObjVector append 009 Pair append 011 ShortVector append 008 String append 001
String append 002 Structure append 004 Structure append 005 Symbol append 003
Vector append 006

 

Function Links

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

append

Here are a number of links to other related functions.

new(IntVector) replace(IntVector) rept(IntVector)

 

Argument Types

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

IntVector

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

BitVector bitToIntegerVector 001 Dictionary isDictionary 001 FltVector sort 013 IntVector addMethod 020
IntVector append 007 IntVector apply 006 IntVector binarySearch 006 IntVector bitToIntegerVector 002
IntVector cdr 007 IntVector compare 015 IntVector compareEQ 014 IntVector compareGE 014
IntVector compareGT 014 IntVector compareLE 014 IntVector compareLT 014 IntVector compareNE 014
IntVector comparison functions 014 IntVector copy 007 IntVector defmethod 018 IntVector delete 010
IntVector insert 006 IntVector inside 005 IntVector isAtom 006 IntVector isEqual 014
IntVector isIdentical 013 IntVector isIntegerVector 001 IntVector isObject 008 IntVector isType 017
IntVector length 009 IntVector map 006 IntVector mapc 006 IntVector member 005
IntVector methodsOf 018 IntVector new 010 IntVector ref 023 IntVector remove 005
IntVector resize 007 IntVector reverse 004 IntVector send 016 IntVector setCdr 007
IntVector setLastCdr 007 IntVector setq 020 IntVector sizeof 015 IntVector sort 014
IntVector type 017 IntVector uniqueInsert 005 IntVector vectorFill 004 ShortVector isType 018
String isChar 001 String isCharAlphabetic 001 String isCharAlphanumeric 001 String isCharLowercase 001
String isCharName 001 String isCharNumeric 001 String isCharUppercase 001 String isCharWhitespace 001
String isEqual 001 String isEqual 002 String isObject 001 String isString 001
String isText 001 String isType 001 String isType 002 String isType 003
String sizeof 001 String string 001 String string 002 String string 003
String type 001 Symbol isCharName 002 Symbol isCharNumeric 002 Symbol isObject 002
Symbol isSymbol 001 Symbol isType 004 Symbol sizeof 002 Symbol type 002
Vector sort 011

How do I contact the AIS Server team?

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