NumLibIfftShiftT(T) Method

Shifts Array back from center 2 3 0 1 --> 0 1 2 3 and 3 4 0 1 2 --> 0 1 2 3 4

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static T[] IfftShift<T>(
	T[] a
)
where T : new()

Parameters

a  T
Array

Type Parameters

T
Type

Return Value

T

See Also