Version: 2023.1
언어: 한국어
public NativeSlice<U> SliceConvert ();

반환

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

설명

Reinterprets the NativeSlice as having a different data type (type punning).