was ist ein Radix?

Status
Nicht offen für weitere Antworten.

millinär

Bekanntes Mitglied
parseLong(String s, int radix)
Parses the string argument as a signed long in the radix specified by the second argument.

was ist ein radix? was kann man damit machen kann man damit in bestimte zahlensysteme konvertieren?
 

byte

Top Contributor
radix = 2 : Binärsystem
radix = 8 : Oktalsystem
radix = 10 : Dezimalsystem
radix = 16 : Hexadezimalsystem
...
 
Status
Nicht offen für weitere Antworten.

Neue Themen


Oben