Vector4.OnesComplement(Vector4) メソッド

定義

ベクトルの 1-補数を計算します。

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内の対応する要素の 1-補数である要素を持つベクトル。

適用対象