Vector2.OnesComplement(Vector2) メソッド

定義

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

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

パラメーター

value
Vector2

返品

vector内の対応する要素の 1-補数である要素を持つベクトル。

適用対象