asian
The value of the race
factor for Asian agents.
Synopsis
asian
Description
This constant represents the value of the race
factor for Asian agents.
The associated numeric value is \(6\).
Examples
Asian agents can be sent to the state Select
with the
following transition rule.
if (race == asian) then next(Select)
or with the rule
if (race == 6) then next(Select)
Notes
See the unknown_race entry for a complete list of racial values.
See Also
race, unknown_race, white, african_american, american_indian, alaska_native, tribal, hawaiian_native, other_race, multiple_race