Skip to contents

Element-wise operation that converts every element to a given data type. This operation preserves the shape of the data (scalar, vector, or matrix) but changes the data type of the elements. See the Julia documentation for details.

Usage

Convert(type, ...)

Arguments

type

Type to convert to (e.g., "Int32", "Float64")

...

Additional arguments needed to support usage of pipe operator

Value

A query operation object that can be used in a query sequence