Share via


Tensor<T>.IReadOnlyTensor<Tensor<T>,T>.CopyTo Method

Definition

 virtual void System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.CopyTo(System::Numerics::Tensors::TensorSpan<T> ^ destination) = System::Numerics::Tensors::IReadOnlyTensor<System::Numerics::Tensors::Tensor<T> ^, T>::CopyTo;
void IReadOnlyTensor<Tensor<T>,T>.CopyTo(scoped in System.Numerics.Tensors.TensorSpan<T> destination);
abstract member System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.CopyTo : TensorSpan -> unit
override this.System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.CopyTo : TensorSpan -> unit
Sub CopyTo (destination As TensorSpan(Of T)) Implements IReadOnlyTensor(Of Tensor(Of T), T).CopyTo

Parameters

destination
TensorSpan<T>

Implements

Applies to