Click or drag to resize

AbsoluteStackTransformAddUp Method

Adds the y-values of a plot item to an array of y-values..

Namespace: Altaxo.Graph.Graph3D.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AltaxoVariant[] AddUp(
	AltaxoVariant[]? vArray,
	Processed3DPlotData pdata
)

Parameters

vArray  AltaxoVariant
The y array to be added to. If null, a new array will be allocated (and filled with the y-values of the plot item).
pdata  Processed3DPlotData
The pdata.

Return Value

AltaxoVariant
If the parameter vArray was not null, then that vArray is returned. Otherwise the newly allocated array is returned.
See Also