GenericVectorTGetInternalData Method |
Retrieves a reference to the public array. Use with care, and only as local variables.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public T[] GetInternalData()
Return Value
TReference to the underlying array of this vector.
See Also