Vector2.IndexOfWhereAllBitsSet(Vector2) 메서드

정의

모든 비트가 설정된 벡터에서 첫 번째 요소의 인덱스를 결정합니다.

public:
 static int IndexOfWhereAllBitsSet(System::Numerics::Vector2 vector);
public static int IndexOfWhereAllBitsSet(System.Numerics.Vector2 vector);
static member IndexOfWhereAllBitsSet : System.Numerics.Vector2 -> int
Public Shared Function IndexOfWhereAllBitsSet (vector As Vector2) As Integer

매개 변수

vector
Vector2

요소를 검사할 벡터입니다.

반품

모든 비트가 설정된 첫 번째 요소를 나타내는 인덱 vector 스입니다. 그렇지 않으면 -1 해당 요소가 없는 경우입니다.

적용 대상