Version: 2023.2
言語: 日本語
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).