Returns the result of multiplying the numbers val1, val2, ..., val9.
$(*, val1 [, val2, ..., val9])
Examples
| Code | Returns | Remark | 
|---|---|---|
| $(*,30,20,4) | 6 | 
 | 
| $(*,2,3.4,10,5) | 340 | 
 | 
| $(*,$(getvar,thickness),4) | 20 | when THICKNESS=5 | 
| $(*,$(getvar,luprec),10) | 40 | when LUPREC=4 | 
See also...
DIESEL functions| © Bricsys NV. All rights reserved. |