Vector3.OnesComplement(Vector3) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算矢量的补数。
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补数。