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

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.

RealityV15.1Online Documentation (MoTW) Revision 7

MULD (TCL) (m604806+muld.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

MULD

Multiplies two decimal integer numbers.

Command Class

TCL-I command.

Syntax

MULD n m

Syntax Elements

n is a decimal number; the multiplicand.

m is a decimal number; the multiplier.

Negative Numbers

Negative decimal numbers are specified by typing a minus sign immediately prior to the first digit of the number.

Largest Numbers

The largest numbers that this process handles are:

+140,737,488,355,327
-140,737,488,355,327

Examples

:MULD 40 100
4000
:MULD 40 -100
-4000

RealityV15.1 (MoTW) Revision 7Comment on this topic