ArraysExtensions Class |
Namespace: frame8.Logic.Misc.Other.Extensions
public static class ArraysExtensions
The ArraysExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| GetRotatedArrayT(T, Int32) |
Negative values = shift to the left
abs(rotateAmount) is expected to be less than arr.Length
| |
| GetRotatedArrayT(T, T, Int32) | ||
| IsBetween |