Share via


Tensor<T>.CopyTo(TensorSpan<T>) Method

Definition

Copies the contents of the tensor into a destination tensor span.

public:
 void CopyTo(System::Numerics::Tensors::TensorSpan<T> % destination);
public void CopyTo(scoped in System.Numerics.Tensors.TensorSpan<T> destination);
member this.CopyTo : TensorSpan -> unit
Public Sub CopyTo (ByRef destination As TensorSpan(Of T))

Parameters

destination
TensorSpan<T>

The destination tensor span.

Applies to