Numbers (dw::core::Numbers) Flashcards

1
Q

fromBinary

A

Transforms from a binary number into a decimal number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

fromHex

A

Transforms a hexadecimal number into decimal number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

fromRadixNumber

A

Transforms a number in the specified radix into decimal number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

toBinary

A

Transforms a decimal number into a binary number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

toHex

A

Transforms a decimal number into a hexadecimal number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

toRadixNumber

A

Transforms a decimal number into a number string in other radix.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly