ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
An array which acts as a lazy, shallow copy of this array.
The array returned is of the same size and type.
Create lazy, shallow clone of this array.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Return Value
Type: RetTAn array which acts as a lazy, shallow copy of this array.
Remarks
The copy is done in a lazy manner. This means, the new array shares the memory with this array. Only when attempting to alter the new array it will be copied and use new memory then.
[ILNumerics Core Module]
See Also