Click or drag to resize

GenericVectorTGetInternalData Method

Retrieves a reference to the public array. Use with care, and only as local variables.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T[] GetInternalData()

Return Value

T
Reference to the underlying array of this vector.
See Also