Vector4.One 속성

정의

네 개의 요소가 1과 같은 벡터를 가져옵니다.

public:
 static property System::Numerics::Vector4 One { System::Numerics::Vector4 get(); };
public static System.Numerics.Vector4 One { get; }
static member One : System.Numerics.Vector4
Public Shared ReadOnly Property One As Vector4

속성 값

Vector4를 반환합니다.

설명

4개의 요소가 1과 같은 벡터입니다(즉, 벡터를 (1,1,1,1)반환).

적용 대상