Skip to content

allow data input in decimal and hexadecimal format - #1

Open
j0ki wants to merge 1 commit into
klemens:masterfrom
j0ki:master
Open

allow data input in decimal and hexadecimal format#1
j0ki wants to merge 1 commit into
klemens:masterfrom
j0ki:master

Conversation

@j0ki

@j0ki j0ki commented May 28, 2016

Copy link
Copy Markdown

for decimal numbers the suffix is "d".
examples: "255d", "4d", "013d"
for hexadecimal numbers the prefix "0x"
examples: "0xFF", "0x4", "0x0d"

Es gibt wahrscheinlich elegantere Lösungen, aber es funktioniert so.

for decimal numbers the suffix is "d".
examples: "255d", "4d", "013d"
for hexadecimal numbers the prefix "0x"
examples: "0xFF", "0x4", "0x0d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant