convert/compose - compose a number of conversions
|
Calling Sequence
|
|
convert(expr, compose, convs)
|
|
Parameters
|
|
expr
|
-
|
any expression
|
convs
|
-
|
any number of conversions
|
|
|
|
|
Description
|
|
•
|
The convert(expr, compose, convs) function applies each of the conversions convs in order.
|
•
|
If a conversion conv is of type symbol, then the function convert(expr, conv) is called. If the conversion conv(opts, ...) is of type function, then the function convert(expr, conv, opts, ...) is called.
|
|
|
Examples
|
|
>
|
|
| (1) |
|
|
Download Help Document
Was this information helpful?