Vector.AsVectorByte<T>(Vector<T>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したベクターのビットを、符号なしバイトのベクトルのビットに再解釈します。
public:
generic <typename T>
where T : value class static System::Numerics::Vector<System::Byte> AsVectorByte(System::Numerics::Vector<T> value);
public:
generic <typename T>
static System::Numerics::Vector<System::Byte> AsVectorByte(System::Numerics::Vector<T> value);
public static System.Numerics.Vector<byte> AsVectorByte<T>(System.Numerics.Vector<T> value) where T : struct;
public static System.Numerics.Vector<byte> AsVectorByte<T>(System.Numerics.Vector<T> value);
static member AsVectorByte : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<byte> (requires 'T : struct)
static member AsVectorByte : System.Numerics.Vector<'T> -> System.Numerics.Vector<byte>
Public Shared Function AsVectorByte(Of T As Structure) (value As Vector(Of T)) As Vector(Of Byte)
Public Function AsVectorByte(Of T) (value As Vector(Of T)) As Vector(Of Byte)
Public Function AsVectorByte(Of T As Structure) (value As Vector(Of T)) As Vector(Of Byte)
型パラメーター
- T
ベクター型。
T には、任意のプリミティブ数値型を指定できます。
パラメーター
- value
- Vector<T>
ソース ベクター。
返品
再解釈されたベクター。
例外
value (T) の種類はサポートされていません。