Tensor<T>.IReadOnlyTensor<Tensor<T>,T>.TryCopyTo Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
 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 -> boolFunction TryCopyTo (destination As TensorSpan(Of T)) As Boolean Implements IReadOnlyTensor(Of Tensor(Of T), T).TryCopyToParameters
- destination
- TensorSpan<T>