BufferSlice<T0>.UnsafeReinterpret

Declaration

public BufferSlice<U> UnsafeReinterpret();

Returns

BufferSlice<U> An alias of the same slice, but reinterpreted as the target type.

Description

Reinterpret the slice as having a different data type (type punning), but does not check if the reinterpret is valid.

The size of the target type must be a multiple of the size of the current type.

Additional resources: BufferSlice<T0>.SafeReinterpret.


Did you find this page useful? Please give it a rating: