Vector.OnesComplement<T>(Vector<T>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したベクターの要素の補数を取得して要素を取得する新しいベクターを返します。
public:
generic <typename T>
where T : value class static System::Numerics::Vector<T> OnesComplement(System::Numerics::Vector<T> value);
public:
generic <typename T>
static System::Numerics::Vector<T> OnesComplement(System::Numerics::Vector<T> value);
public static System.Numerics.Vector<T> OnesComplement<T>(System.Numerics.Vector<T> value) where T : struct;
public static System.Numerics.Vector<T> OnesComplement<T>(System.Numerics.Vector<T> value);
static member OnesComplement : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<'T (requires 'T : struct)> (requires 'T : struct)
static member OnesComplement : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Shared Function OnesComplement(Of T As Structure) (value As Vector(Of T)) As Vector(Of T)
Public Function OnesComplement(Of T) (value As Vector(Of T)) As Vector(Of T)
Public Function OnesComplement(Of T As Structure) (value As Vector(Of T)) As Vector(Of T)
型パラメーター
- T
ベクター型。
T には、任意のプリミティブ数値型を指定できます。
パラメーター
- value
- Vector<T>
ソース ベクター。
返品
結果のベクター。