Roulette Xtreme 2.0 - System Designer
Divide 100%
Identifier Index > D > Divide 100%

Glossary Item Box

Divide 100%

Format:  Divide integer  source-support-action  dest-support-action

where

Description

The Divide 100% identifier reads the value from source-support-action, multiplies the value by the integer percent, then performs a division 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 Divide 100% action statement, we will be performing the following operation.  We have a 100 unit bet already placed on roulette layout Even and High and a 50 unit bet on Black.  We want to reduce the Even layout by dividing 50% of Black and reduce the High layout by dividing 25% of Black.  The following example will perform this task.  

Before                       

RX Script Copy Code
Divide 50% of Black to Even
Divide 25% of Black to High

After

Copyright © 2003 UX Software. All rights reserved