| convert | |
| ACTION: |
explicitly convert the type of an expression.
|
| USE: |
pass values, in the required type, to an unprototyped function
|
| EXAMPLE: |
float f=2.5 sleep ( convert int ( f*1000 ) ) |
| RELATED: |
cast
|
| convert | |
| ACTION: |
explicitly convert the type of an expression.
|
| USE: |
pass values, in the required type, to an unprototyped function
|
| EXAMPLE: |
float f=2.5 sleep ( convert int ( f*1000 ) ) |
| RELATED: |
cast
|