Skip to contents

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.

Usage

make_cast_default(input_domain, input_metric, .TOA)

Arguments

input_domain

undocumented

input_metric

undocumented

.TOA

Atomic Output Type to cast into

Value

Transformation

Details

TIATIA::default()
float0.
int0
string""
boolfalse

make_cast_default in Rust documentation.

Supporting Elements:

  • Input Domain: VectorDomain<AtomDomain<TIA>>

  • Output Domain: VectorDomain<AtomDomain<TOA>>

  • Input Metric: M

  • Output Metric: M