Roulette Xtreme 2.0 - System Designer
Multiply 100%
Identifier Index > M > Multiply 100%

Glossary Item Box

Multiply 100%

Format:  Multiply  integer  % source-support-action  dest-support-action

where

Description

The Multiply 100% identifier reads the value from source-support-action, multiplies the value by the integer percent, then performs a multiplication to the existing value of dest-support-action.   

Formula

The mathematical formula for this action statement is: dest-support-action = dest-support-action * ((source-support-action * integer) / 100)

Example

To illustrate how to use the Multiply 100% action statement, we will be performing the following operation.  We have a 1 unit bet already placed on roulette layout Even and High and a 5 unit bet on Black.  We want to increase the Even layout by multiplying 200% of Black and increase the High layout by multiplying 400% of Black.  The following example will perform this task.  

Before                       

RX Script Copy Code
Multiply 200% of Black to Even
Multiply 400% of Black to High

After

Copyright © 2003 UX Software. All rights reserved