共用方式為


Vector<T>.Indices 屬性

定義

取得新的 Vector<T>,並將項目設定為其索引。

public:
 static property System::Numerics::Vector<T> Indices { System::Numerics::Vector<T> get(); };
public static System.Numerics.Vector<T> Indices { get; }
static member Indices : System.Numerics.Vector<'T>
Public Shared ReadOnly Property Indices As Vector(Of T)

屬性值

例外狀況

不支援向量 (T) 的類型。

適用於