ILNumerics.Net
CreatePhysicalShiftedFromPhysical Method (shift)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)CreatePhysicalShiftedFromPhysical(Int32)
ILNumerics.Net - numeric computing for .NET
create physical shifted version if this is physical array
Declaration Syntax
C#Visual BasicVisual C++
private ILArray<BaseT> CreatePhysicalShiftedFromPhysical(
	int shift
)
Private Function CreatePhysicalShiftedFromPhysical ( _
	shift As Integer _
) As ILArray(Of BaseT)
private:
ILArray<BaseT>^ CreatePhysicalShiftedFromPhysical(
	int shift
)
Parameters
shift (Int32)
number of dimensions to shift
Return Value
physical array

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)