ILNumerics.Net
CreatePhysicalSubarrayFromPhysicalShifted Method (shift, range)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)CreatePhysicalSubarrayFromPhysicalShifted(Int32, ILRange)
ILNumerics.Net - numeric computing for .NET
create shifted physical subarray of ILArray specified by range and shift
Declaration Syntax
C#Visual BasicVisual C++
private ILArray<BaseT> CreatePhysicalSubarrayFromPhysicalShifted(
	int shift,
	ILRange range
)
Private Function CreatePhysicalSubarrayFromPhysicalShifted ( _
	shift As Integer, _
	range As ILRange _
) As ILArray(Of BaseT)
private:
ILArray<BaseT>^ CreatePhysicalSubarrayFromPhysicalShifted(
	int shift, 
	ILRange^ range
)
Parameters
shift (Int32)
may be any integer - will be handled modulus ranges dimensions
range (ILRange)
must be valid range
Return Value
physical array specified by range / shift

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