Share via


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

Definition

 virtual bool System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.TryCopyTo(System::Numerics::Tensors::TensorSpan<T> ^ destination) = System::Numerics::Tensors::IReadOnlyTensor<System::Numerics::Tensors::Tensor<T> ^, T>::TryCopyTo;
bool IReadOnlyTensor<Tensor<T>,T>.TryCopyTo(scoped in System.Numerics.Tensors.TensorSpan<T> destination);
abstract member System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.TryCopyTo : TensorSpan -> bool
override this.System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.Tensor<T>,T>.TryCopyTo : TensorSpan -> bool
Function TryCopyTo (destination As TensorSpan(Of T)) As Boolean Implements IReadOnlyTensor(Of Tensor(Of T), T).TryCopyTo

Parameters

destination
TensorSpan<T>

Returns

Implements

Applies to