User's Reference > General > TCL and General User Commands > Command Reference > M > MULX

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

MULX (TCL) (m604806+mulx.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

MULX

Multiplies two hexadecimal numbers.

Command Class

TCL-I command.

Syntax

MULX n m

Syntax Elements

n is a hexadecimal number; the multiplicand.

m is a hexadecimal number; the multiplier.

Negative numbers

Hexadecimal numbers are considered negative when in the range from X'FFFFFFFFFFFF'(-1) to X'800000000001'(-140,737,488,355,327).

Largest Numbers

The largest hex numbers that this process handles are:

7FFFFFFFFFFF (+140,737,488,355,327)
800000000001 (-140,737,488,355,327)

Example

:MULX FFF EEF
      EEE111

RealityV15.0Comment on this topic