Return to previous page | Return to menu | Go to next page


FIXED
Arithmetic functions

slMulFX

Multiplication (A * B)

Format

FIXED slMulFX(a , b)
FIXED a ;
FIXED b ;

Parameter

a in (A * B): multiplier
b B in (A * B): Multiplicand

Function

Multiplying fixed points (A * B).

Return value

The function returns the multiplication result (A * B).

Reference: Chapter 11 Arithmetic Functions

slMulFX


Return to previous page | Return to menu | Go to next page