Processed2DPlotDataGetZeroValue 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.Gdi.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static AltaxoVariant GetZeroValue(
int i
)
Parameters
- i Int32
- Index. This parameter is ignored here.
Return Value
AltaxoVariantZero.
See Also