Vector<T> Explicit Conversion (Vector<T> to Vector<Byte>)
Reinterprets the bits of the specified vector into a vector of type Byte.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- value
- Type: System.Numerics::Vector<T>
The vector to reinterpret.
Show: