Vector2.OnesComplement(Vector2) 메서드

정의

벡터의 보수를 계산합니다.

public:
 static System::Numerics::Vector2 OnesComplement(System::Numerics::Vector2 value);
public static System.Numerics.Vector2 OnesComplement(System.Numerics.Vector2 value);
static member OnesComplement : System.Numerics.Vector2 -> System.Numerics.Vector2
Public Shared Function OnesComplement (value As Vector2) As Vector2

매개 변수

value
Vector2

반품

요소가 해당 요소 vector의 요소를 보완하는 벡터입니다.

적용 대상