cast types Flashcards

1
Q

(int) (integer)

A

Cast to an integer by dropping the decimal portion

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

(bool) (boolean)

A

Cast to a boolean

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

(float) (double) (real)

A

Cast to a floating point number

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

(string)

A

Cast to a string

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

(array)

A

Cast to an array

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

(object)

A

Cast to an object

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