Vector3.OnesComplement(Vector3) メソッド

定義

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

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

適用対象