NVector16b.AsSpan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a read-only span over the 16 bytes of this vector.
public ReadOnlySpan<byte> AsSpan();
member this.AsSpan : unit -> ReadOnlySpan<byte>
Returns
A ReadOnlySpan<T> of Byte representing the vector's data.
Remarks
This method provides direct access to the underlying bytes of the vector without copying.