Vector3.OnesComplement(Vector3) 方法

定义

计算矢量的补数。

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

参数

value
Vector3

返回

一个向量,其元素是相应元素的 vector补数。

适用于