Programming
263
You can enter hexadecimal number using the
0xdigits
syntax.
The first pixel of the line is defined by the 2 lest significant
bit of the number. The 2nd pixel by the 2 lest significant
bit, etc.
SUBGROB and
SUBGROB_P
Syntax:
SUBGROB
(
srcGRB
[
,x1, y1, x2, y2
],
trgtGRB
)
SUBGROB_P
(
srcGRB
[
,x1, y1, x2, y2
],
trgtGRB
)
Sets
trgtGRB
to be a copy of the area of
srcGRB
between
points
x1,y1
and
x2,y2
.
srcGRB
can be any of the graphic variables and is
optional. The default is
G0
.
trgtGRB
can be any of the graphic variables except
G0
.
x2, y2
are optional and if not specified will be the bottom
right of
srcGRB
.
x1, y1
are optional and if not specified will be the top left
of
srcGRB
.
N O T E
SUBGROB
(
G1, G4
) will copy G1 in G4.
GROBH and
GROBH_P
Syntax:
GROBH
(
G
)
GROBH_P
(
G
)
Returns the height of
G
.
G
can be any of the graphic variables and is optional.
The default is
G0
.
GROBW and
GROBW_P
Syntax:
GROBW
(
G
)
GROBW_P
(
G
)
Returns the width of
G
.
G
can be any of the graphic variables and is optional.
The default is
G0
.
FREEZE
Syntax:
FREEZE
Pauses program execution until a key is pressed. This
prevents the screen from being redrawn after the end of
the program execution, leaving the modified display on
the screen for the user to see.
Содержание 39gII
Страница 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Страница 2: ...Printing History Edition 1 November 201 1 ...
Страница 32: ...22 Getting started ...
Страница 58: ...48 Apps and their views ...
Страница 70: ...60 Function app ...
Страница 80: ...70 Solve app ...
Страница 132: ...122 Parametric app your own table and the split screen functionality available in the Function app ...
Страница 136: ...126 Polar app ...
Страница 140: ...130 Sequence app ...
Страница 148: ...138 Finance app ...
Страница 152: ...142 Linear Solver app ...
Страница 218: ...208 Matrices ...
Страница 226: ...216 Notes and Info ...
Страница 238: ...228 Variables and memory management ...
Страница 318: ...308 Programming ...
Страница 340: ...330 Reference information ...
Страница 346: ...vi Product Regulatory Information ...