Vector4.OnesComplement(Vector4) 메서드

정의

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

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

매개 변수

value
Vector4

반품

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

적용 대상