TensorSpan<T>.IReadOnlyTensor<TensorSpan<T>,T>.Item[] Property
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.
Overloads
IReadOnlyTensor<TensorSpan<T>,T>.Item[ReadOnlySpan<NIndex>] | |
IReadOnlyTensor<TensorSpan<T>,T>.Item[ReadOnlySpan<IntPtr>] |
IReadOnlyTensor<TensorSpan<T>,T>.Item[ReadOnlySpan<NIndex>]
- Source:
- TensorSpan_1.cs
property T& ^ System::Numerics::Tensors::IReadOnlyTensor<System::Numerics::Tensors::TensorSpan<T>,T>::Item[ReadOnlySpan<System::Buffers::NIndex>] { T& ^ get(ReadOnlySpan<System::Buffers::NIndex> indexes); };
ref readonly T System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.TensorSpan<T>,T>.Item[scoped ReadOnlySpan<System.Buffers.NIndex> indexes] { get; }
member this.System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.TensorSpan<T>,T>.Item(ReadOnlySpan<System.Buffers.NIndex>) : 'T
ReadOnly Property Item(indexes As ReadOnlySpan(Of NIndex)) As T Implements IReadOnlyTensor(Of TensorSpan(Of T), T).Item
Parameters
- indexes
- ReadOnlySpan<NIndex>
Property Value
T
Implements
Applies to
IReadOnlyTensor<TensorSpan<T>,T>.Item[ReadOnlySpan<IntPtr>]
- Source:
- TensorSpan_1.cs
property T& ^ System::Numerics::Tensors::IReadOnlyTensor<System::Numerics::Tensors::TensorSpan<T>,T>::Item[ReadOnlySpan<IntPtr>] { T& ^ get(ReadOnlySpan<IntPtr> indexes); };
ref readonly T System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.TensorSpan<T>,T>.Item[scoped ReadOnlySpan<IntPtr> indexes] { get; }
member this.System.Numerics.Tensors.IReadOnlyTensor<System.Numerics.Tensors.TensorSpan<T>,T>.Item(ReadOnlySpan<nativeint>) : 'T
ReadOnly Property Item(indexes As ReadOnlySpan(Of IntPtr)) As T Implements IReadOnlyTensor(Of TensorSpan(Of T), T).Item
Parameters
- indexes
-
ReadOnlySpan<nativeint>
Property Value
T