Matrix3x2.GetRow(Int32) 메서드

정의

지정된 인덱스에서 행을 가져오거나 설정합니다.

public:
 System::Numerics::Vector2 GetRow(int index);
public readonly System.Numerics.Vector2 GetRow(int index);
member this.GetRow : int -> System.Numerics.Vector2
Public Function GetRow (index As Integer) As Vector2

매개 변수

index
Int32

가져올 행의 인덱스입니다.

반품

인덱스 행: [index].

예외

index 가 0보다 작거나 행 수(3)보다 크거나 같은 경우

적용 대상