Block Vector<T>.Default Block Size Property
Specifies the default number of elements in a block.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static int DefaultBlockSize { get; }
Property Value
Int32Remarks
The value is 1024 for 32bit and 4096 for 64bit systems.