net11.0
namespace System.Numerics.Tensors
{
    [DefaultMember("Item")]
    public sealed class Tensor<T> : IEnumerable, IEnumerable<T>, IReadOnlyTensor, IReadOnlyTensor<Tensor<T>!, T>, ITensor, ITensor<Tensor<T>!, T>
    {
        public bool TryGetSpan(ReadOnlySpan<IntPtr> startIndexes, int length, out Span<T> span);
    }
}
.NET
8.09.010.011.0
Information specific to net11.0
Assemblies

System.Numerics.Tensors , Version=10.0.0.5, PublicKeyToken=cc7b13ffcd2ddd51

System.Numerics.Tensors , Version=11.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51

Referencing

Your project needs a package reference to System.Numerics.Tensors.

Package System.Numerics.Tensors (10.0.5) net10.0
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API