Example BitVector bitToNumberVector 001

 

 

Description

These examples show how the bitToNumberVector function converts a Bit Vector into a Number Vector.

 

Details

(setq b (new Vector: bit: 48 1 0 0 0 0 0 1 0 0)) Returns: #<BitVector 199917>
(setq b[47] 1) Returns: #<BitVector 199917>
(bitToNumberVector b ) Returns: #<NumVector 199918>
(display <NumVector 199918>) Returns: #(number| 2.79719200805E-115)

 

Related Examples

Here are examples of the bitToNumberVector function at work.

BitVector bitToNumberVector 001 NumVector bitToNumberVector 002

 

Function Links

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

bitToNumberVector

Here are a number of links to other related functions.

bitToIntegerVector(BitVector)

 

Argument Types

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

BitVector NumVector

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

BitVector append 010 BitVector apply 008 BitVector bitToIntegerVector 001 BitVector bitToNumberVector 001
BitVector cdr 010 BitVector compare 018 BitVector compareEQ 014 BitVector compareGE 014
BitVector compareGT 014 BitVector compareLE 014 BitVector compareLT 014 BitVector compareNE 014
BitVector comparison 014 BitVector copy 011 BitVector defmethod 020 BitVector findBlock 001
BitVector freeBlock 001 BitVector inside 007 BitVector isAtom 010 BitVector isBitVector 001
BitVector isEqual 017 BitVector isIdentical 017 BitVector isObject 012 BitVector isType 020
BitVector length 013 BitVector member 008 BitVector methodsOf 021 BitVector new 013
BitVector ref 027 BitVector remove 008 BitVector resize 010 BitVector reverse 007
BitVector send 018 BitVector setCdr 010 BitVector setLastCdr 010 BitVector setq 024
BitVector sizeof 019 BitVector sort 017 BitVector type 021 BitVector vectorFill 007
Dictionary isDictionary 001 IntVector bitToIntegerVector 002 NumVector addMethod 021 NumVector append 008
NumVector apply 007 NumVector binaryInsert 006 NumVector binarySearch 007 NumVector bitToNumberVector 002
NumVector cdr 008 NumVector compare 016 NumVector compareEQ 014 NumVector compareGE 014
NumVector compareGT 014 NumVector compareLE 014 NumVector compareLT 014 NumVector compareNE 014
NumVector comparison 014 NumVector copy 008 NumVector defmethod 019 NumVector delete 011
NumVector insert 007 NumVector inside 006 NumVector isAtom 007 NumVector isEqual 015
NumVector isIdentical 014 NumVector isNumberVector 001 NumVector isObject 009 NumVector isType 018
NumVector length 010 NumVector map 007 NumVector mapc 007 NumVector member 006
NumVector methodsOf 019 NumVector new 011 NumVector objectToNumVector 001 NumVector ref 024
NumVector remove 006 NumVector resize 008 NumVector reverse 005 NumVector send 017
NumVector setCdr 008 NumVector setLastCdr 008 NumVector setq 021 NumVector sizeof 016
NumVector sort 015 NumVector svmRegression 001 NumVector type 018 NumVector uniqueInsert 006
NumVector vectorBinaryInnerProduct 001 NumVector vectorBipolarInnerProduct 001 NumVector vectorCosineInnerProduct 001 NumVector vectorCubeInnerProduct 001
NumVector vectorExpInnerProduct 001 NumVector vectorFill 005 NumVector vectorInnerProduct 001 NumVector vectorLogInnerProduct 001
NumVector vectorQuartInnerProduct 001 NumVector vectorQuintInnerProduct 001 NumVector vectorSigmoidInnerProduct 001 NumVector vectorSineInnerProduct 001
NumVector vectorSquareInnerProduct 001 NumVector vectorTanInnerProduct 001 NumVector vectorTanhInnerProduct 001 ObjVector cdr 009
ObjVector sort 016 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 setBlock 001

How do I contact the AIS Server team?

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