Vector4.All(Vector4, Single) 메서드

정의

벡터의 모든 요소가 지정된 값과 같은지 확인합니다.

public:
 static bool All(System::Numerics::Vector4 vector, float value);
public static bool All(System.Numerics.Vector4 vector, float value);
static member All : System.Numerics.Vector4 * single -> bool
Public Shared Function All (vector As Vector4, value As Single) As Boolean

매개 변수

vector
Vector4

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

value
Single

체크 인할 값입니다. vector

반품

의 모든 요소가 같으면 이고 , 그렇지 않으면 .

적용 대상