Click or drag to resize

FiniteNumericalBoundariesAdd(Double) Method

Adds a finite numeric value to the tracked boundaries.

Namespace: Altaxo.Graph.Scales.Boundaries
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool Add(
	double d
)

Parameters

d  Double
The value to add.

Return Value

Boolean
if the value contributed to the boundaries; otherwise, .
See Also