LinearAlgebraPool<T>.ArrayPool Property

The array pool used to rent and return storage arrays.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
public ArrayPool<T> ArrayPool { get; }

Property Value

ArrayPool<T>

See Also