fftarray.Array.into_dtype

fftarray.Array.into_dtype#

Array.into_dtype(dtype, /) Array[source]#

Change the values’ dtype.

Parameters:

dtype (Any) – The new dtype.

Returns:

A new Array whose values have the new dtype.

Return type:

Array