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