Description Usage Arguments Value Examples
Determine the rank of a card.
1 |
y |
number corresponding to card as
integer in {1, 2, ... , 52} |
| rank: rank of card y as integer in {2, ... , 14} | |
| 2 = deuce | |
| . | |
| . | |
| . | |
| 11 = jack | |
| 12 = queen | |
| 13 = king | |
| 14 = ace |
1 2 3 4 | dotTransformToRank(1)
dotTransformToRank(13)
dotTransformToRank(14)
dotTransformToRank(26)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.