long(arrays) Arrays long(arrays)
NAME
long - C long type at LYMB script level
DESCRIPTION
An object providing long type storage for LYMB scripts
SUPERCLASS
object
INSTANCE VARIABLES
value
The value of an instance.
MESSAGES
= arg1
Same as "value=" message.
value= arg1
Sets the value of an instance to arg1. Arg1 may
contain trailing "l" for long numbers.
? Same as "value?" message.
value? Returns the value of an instance.
pointer?
Returns the C pointer of the location of the
instance value.
EXAMPLE
long new: a = 123456789l print!;
SEE ALSO
long, pointer, dmatrix, imatrix, fvector, ivector, dvector
Please send comments and suggestions toconsult@rpi.edu