NativeSlice<T0>.SliceConvert

Declaration

public NativeSlice<U> SliceConvert();

Returns

NativeSlice<U> A new NativeSlice<T0> that views the same memory, but is reinterpreted as the target type.

Description

Reinterprets a NativeSlice with a different data type (type punning).


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