Sdílet prostřednictvím


TensorSpan<T>.Item[ReadOnlySpan Vlastnost

Definice

Přetížení

Item[ReadOnlySpan<NIndex>]

Vrátí odkaz na zadaný prvek TensorSpan.

Item[ReadOnlySpan<NRange>]

Vrátí řez tensorSpan.

Item[ReadOnlySpan<IntPtr>]

Vrátí odkaz na zadaný prvek TensorSpan.

Item[ReadOnlySpan<NIndex>]

Zdroj:
TensorSpan.cs

Vrátí odkaz na zadaný prvek TensorSpan.

public:
 property T % default[ReadOnlySpan<System::Buffers::NIndex>] { T % get(ReadOnlySpan<System::Buffers::NIndex> indexes); };
public ref T this[scoped ReadOnlySpan<System.Buffers.NIndex> indexes] { get; }
member this.Item(ReadOnlySpan<System.Buffers.NIndex>) : 'T
Default Public ReadOnly Property Item(indexes As ReadOnlySpan(Of NIndex)) As T

Parametry

indexes
ReadOnlySpan<NIndex>

Hodnota vlastnosti

T

Výjimky

Vyvolá se, pokud je jakýkoli index menší než 0 nebo jakýkoli index je větší nebo roven flattenedLength

Platí pro

Item[ReadOnlySpan<NRange>]

Zdroj:
TensorSpan.cs

Vrátí řez tensorSpan.

public:
 property System::Numerics::Tensors::TensorSpan<T> default[ReadOnlySpan<System::Buffers::NRange>] { System::Numerics::Tensors::TensorSpan<T> get(ReadOnlySpan<System::Buffers::NRange> ranges); void set(ReadOnlySpan<System::Buffers::NRange> ranges, System::Numerics::Tensors::TensorSpan<T> value); };
public System.Numerics.Tensors.TensorSpan<T> this[scoped ReadOnlySpan<System.Buffers.NRange> ranges] { get; set; }
member this.Item(ReadOnlySpan<System.Buffers.NRange>) : System.Numerics.Tensors.TensorSpan<'T> with get, set
Default Public Property Item(ranges As ReadOnlySpan(Of NRange)) As TensorSpan(Of T)

Parametry

Hodnota vlastnosti

Výjimky

Vyvolá se, pokud je jakýkoli index menší než 0 nebo jakýkoli index je větší nebo roven flattenedLength

Platí pro

Item[ReadOnlySpan<IntPtr>]

Zdroj:
TensorSpan.cs

Vrátí odkaz na zadaný prvek TensorSpan.

public:
 property T % default[ReadOnlySpan<IntPtr>] { T % get(ReadOnlySpan<IntPtr> indexes); };
public ref T this[scoped ReadOnlySpan<IntPtr> indexes] { get; }
member this.Item(ReadOnlySpan<nativeint>) : 'T
Default Public ReadOnly Property Item(indexes As ReadOnlySpan(Of IntPtr)) As T

Parametry

indexes

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Hodnota vlastnosti

T

Výjimky

Vyvolá se, pokud je jakýkoli index menší než 0 nebo jakýkoli index je větší nebo roven flattenedLength

Platí pro