Class: lib.pointer Package: lib
+ (plus) operator for pointer arithmetic
hout = plus(h,offset) hout = h + offset
hout = plus(h,offset) returns pointer hout. Pointer hout is valid only as long as the original pointer, h, exists.
hout = plus(h,offset)
h
offset
hout
hout = h + offset is an alternative syntax.
hout = h + offset
expand all
lib.pointer
lib.pointer object, specified as a handle.
uint64
Scalar increment, specified as uint64, from h.