다음을 통해 공유


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)의 형식은 지원되지 않습니다.

적용 대상