En:Mod
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
Mod(dividend : Number, divisor : Number) : Number
[править]
Description
Function returns residue of division <dividend> on <divisor>
[править]
Parameters
[править]
Result
The function returns a number - residue of division. Data type - Number
[править]
Example
Randomize(); var isOddValue = Mod(Rand(), 2)<>0;
[править]
See also
- Function Div
- General procedures and functions