Class ArrayUtilities
Utility class for converting Array types from one type to another without copying.
Inherited Members
Namespace: Unity.Simulation
Assembly: solution.dll
Syntax
public static class ArrayUtilities
Methods
Name | Description |
---|---|
Allocate<T>(int) | |
Cast<T>(Array) | Casts an input array to type T if supported by the cast map. |
Count<T>(T[]) | Returns actual count of a casted array. |