ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTC Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public virtual RetT C { get; }

Return Value

Type: RetT
An array which acts as a lazy, shallow copy of this array.
Remarks

The array returned is of the same size and type.

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

Reference