Make a Transformation that casts a vector of data from type TIA
to type TOA
.
Any element that fails to cast is filled with default.
Details
TIA | TIA::default() |
float | 0. |
int | 0 |
string | "" |
bool | false |
make_cast_default in Rust documentation.
Supporting Elements:
Input Domain:
VectorDomain<AtomDomain<TIA>>
Output Domain:
VectorDomain<AtomDomain<TOA>>
Input Metric:
M
Output Metric:
M