Click or drag to resize

Processed3DPlotDataGetZeroValue Method

Returns always a AltaxoVariant with the content of 0.0 (a double value). This function can serve as an instance for the IndexedPhysicalValueAccessor returning 0.

Namespace: Altaxo.Graph.Graph3D.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AltaxoVariant GetZeroValue(
	int i
)

Parameters

i  Int32
Index. This parameter is ignored here.

Return Value

AltaxoVariant
Zero.
See Also