Method ConvertToUnsafeList
ConvertToUnsafeList(IntPtr, int)
Helper method to construct an UnsafeList<T> from a given IntPtr and length.
Declaration
public static UnsafeList<float> ConvertToUnsafeList(IntPtr floatData, int len)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | floatData | |
| int | len |
Returns
| Type | Description |
|---|---|
| UnsafeList<float> |