ArrayExtrasRotateArrayT Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static T[][] RotateArray<T>(
T[][] inarr,
int width,
int height
)
where T : new()
Public Shared Function RotateArray(Of T As New) (
inarr As T()(),
width As Integer,
height As Integer
) As T()()
public:
generic<typename T>
where T : gcnew()
static array<array<T>^>^ RotateArray(
array<array<T>^>^ inarr,
int width,
int height
)
static member RotateArray :
inarr : 'T[][] *
width : int *
height : int -> 'T[][] when 'T : new()
Parameters
- inarr
- Type: T
- width
- Type: SystemInt32
- height
- Type: SystemInt32
Type Parameters
- T
Return Value
Type:
T
See Also