Tensor<T>.IReadOnlyTensor.Item[ReadOnlySpan 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.Item[ReadOnlySpan<IntPtr>]
- Source:
- Tensor.cs
property System::Object ^ System::Numerics::Tensors::IReadOnlyTensor::Item[ReadOnlySpan<IntPtr>] { System::Object ^ get(ReadOnlySpan<IntPtr> indexes); };
object System.Numerics.Tensors.IReadOnlyTensor.Item[scoped ReadOnlySpan<IntPtr> indexes] { get; }
member this.System.Numerics.Tensors.IReadOnlyTensor.Item(ReadOnlySpan<nativeint>) : obj
ReadOnly Property Item(indexes As ReadOnlySpan(Of IntPtr)) As Object Implements IReadOnlyTensor.Item
Parameters
- indexes
-
ReadOnlySpan<nativeint>
Property Value
Implements
Applies to
IReadOnlyTensor.Item[ReadOnlySpan<NIndex>]
- Source:
- Tensor.cs
property System::Object ^ System::Numerics::Tensors::IReadOnlyTensor::Item[ReadOnlySpan<System::Buffers::NIndex>] { System::Object ^ get(ReadOnlySpan<System::Buffers::NIndex> indexes); };
object System.Numerics.Tensors.IReadOnlyTensor.Item[scoped ReadOnlySpan<System.Buffers.NIndex> indexes] { get; }
member this.System.Numerics.Tensors.IReadOnlyTensor.Item(ReadOnlySpan<System.Buffers.NIndex>) : obj
ReadOnly Property Item(indexes As ReadOnlySpan(Of NIndex)) As Object Implements IReadOnlyTensor.Item
Parameters
- indexes
- ReadOnlySpan<NIndex>