Skip to contents

Make a Transformation that casts a vector of data from type TIA to a type that can represent nullity TOA. If cast fails, fill with TOA's null value.

Usage

make_cast_inherent(input_domain, input_metric, .TOA)

Arguments

input_domain

undocumented

input_metric

undocumented

.TOA

Atomic Output Type to cast into

Value

Transformation

Details

TIATIA::default()
floatNaN

make_cast_inherent in Rust documentation.

Supporting Elements:

  • Input Domain: VectorDomain<AtomDomain<TIA>>

  • Output Domain: VectorDomain<AtomDomain<TOA>>

  • Input Metric: M

  • Output Metric: M