IntervalTFromExact(T) Method |
Creates a single-point interval without inflating bounds.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static Interval<T> FromExact(
T value
)
Parameters
- value T
- The exact value.
Return Value
IntervalTAn interval equal to
[value, value].
See Also