This commit is contained in:
Thorsten Sommer 2020-08-01 15:47:03 +02:00
parent de75d12140
commit a791ad6b0a

View File

@ -21,7 +21,7 @@ namespace Exa
public static ExaArray1D<T> Clone<T>(this ExaArray1D<T> other) => ExaArray1D<T>.CreateFrom(other); public static ExaArray1D<T> Clone<T>(this ExaArray1D<T> other) => ExaArray1D<T>.CreateFrom(other);
/// <summary> /// <summary>
/// Creates a new ExaArray1D from another, respecting the given range. /// Creates a new ExaArray1D from this instance, respecting the given range.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// When <c>T</c> is a value type, data gets copied as values. When <c>T</c> is a reference type, the pointers /// When <c>T</c> is a value type, data gets copied as values. When <c>T</c> is a reference type, the pointers