Vector128<T> 構造体
定義
generic <typename T>
where T : value classpublic value class Vector128 : IEquatable<System::Runtime::Intrinsics::Vector128<T>>
public struct Vector128<T> : IEquatable<System.Runtime.Intrinsics.Vector128<T>> where T : struct
type Vector128<'T (requires 'T : struct)> = struct
Public Structure Vector128(Of T)
Implements IEquatable(Of Vector128(Of T))
型パラメーター
- T
- 継承
- 実装
-
IEquatable<Vector128<T>>
プロパティ
AllBitsSet |
すべてのビットが 1 に設定された新しい Vector128<T> を取得します。Gets a new Vector128<T> with all bits set to 1. |
Count |
Vector128<T> 内の |
Zero |
すべての要素をゼロに初期化して、新しい Vector128<T> を取得します。Gets a new Vector128<T> with all elements initialized to zero. |
メソッド
Equals(Object) |
指定したオブジェクトが現在のインスタンスと等しいかどうかを判断します。Determines whether the specified object is equal to the current instance. |
Equals(Vector128<T>) |
指定した Vector128<T> が、現在のインスタンスと等しいかどうかを判断します。Determines whether the specified Vector128<T> is equal to the current instance. |
GetHashCode() |
インスタンスのハッシュ コードを取得します。Gets the hash code for the instance. |
ToString() |
現在のインスタンスをそれと等価の文字列表現に変換します。Converts the current instance to an equivalent string representation. |
拡張メソッド
As<T,U>(Vector128<T>) |
型 |
AsByte<T>(Vector128<T>) |
型 Byte の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type Byte. |
AsDouble<T>(Vector128<T>) |
型 Double の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type Double. |
AsInt16<T>(Vector128<T>) |
型 Int16 の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type Int16. |
AsInt32<T>(Vector128<T>) |
型 Int32 の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type Int32. |
AsInt64<T>(Vector128<T>) |
型 Int64 の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type Int64. |
AsSByte<T>(Vector128<T>) |
型 SByte の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type SByte. |
AsSingle<T>(Vector128<T>) |
型 Single の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type Single. |
AsUInt16<T>(Vector128<T>) |
型 UInt16 の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type UInt16. |
AsUInt32<T>(Vector128<T>) |
型 UInt32 の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type UInt32. |
AsUInt64<T>(Vector128<T>) |
型 UInt64 の新しい Vector128 として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector128 of type UInt64. |
AsVector<T>(Vector128<T>) |
新しい Vector<T> として Vector128<T> を再解釈します。Reinterprets a Vector128<T> as a new Vector<T>. |
GetElement<T>(Vector128<T>, Int32) |
指定したインデックス位置にある要素を取得します。Gets the element at the specified index. |
GetLower<T>(Vector128<T>) |
下位 64 ビットの値を新しい Vector64<T> として取得します。Gets the value of the lower 64-bits as a new Vector64<T>. |
GetUpper<T>(Vector128<T>) |
上位 64 ビットの値を新しい Vector64<T> として取得します。Gets the value of the upper 64-bits as a new Vector64<T>. |
ToScalar<T>(Vector128<T>) |
指定のベクターを、最初の要素の値を含むスカラーに変換します。Converts the given vector to a scalar containing the value of the first element. |
ToVector256<T>(Vector128<T>) |
指定のベクターを、下位 128 ビットを指定のベクターの値に設定し、上位 128 ビットを 0 に初期化した新しい Vector256<T> に変換します。Converts the given vector to a new Vector256<T> with the lower 128-bits set to the value of the given vector and the upper 128-bits initialized to zero. |
ToVector256Unsafe<T>(Vector128<T>) |
指定のベクターを、下位 128 ビットを指定のベクターの値に設定し、上位 128 ビットが未初期化のままの新しい Vector256<T> に変換します。Converts the given vector to a new Vector256<T> with the lower 128-bits set to the value of the given vector and the upper 128-bits left uninitialized. |
WithElement<T>(Vector128<T>, Int32, T) |
指定のインデックスの要素を指定の値に設定し、残りの要素を指定のベクターと同じ値に設定して、新しい Vector128<T> を作成します。Creates a new Vector128<T> with the element at the specified index set to the specified value and the remaining elements set to the same value as that in the given vector. |
WithLower<T>(Vector128<T>, Vector64<T>) |
下位 64 ビットを指定の値に設定し、上位 64 ビットを指定のベクターの値と同じ値に設定して、新しい Vector128<T> を作成します。Creates a new Vector128<T> with the lower 64-bits set to the specified value and the upper 64-bits set to the same value as that in the given vector. |
WithUpper<T>(Vector128<T>, Vector64<T>) |
上位 64 ビットを指定された値に設定し、下位 64 ビットを指定されたベクターの値と同じ値に設定して、新しい Vector128<T> を作成します。Creates a new Vector128<T> with the upper 64-bits set to the specified value and the lower 64-bits set to the same value as that in the given vector. |