FiniteNumericalBoundariesAdd(Double) Method |
Adds a finite numeric value to the tracked boundaries.
Namespace: Altaxo.Graph.Scales.BoundariesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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