Click or drag to resize

IntervalTFromExact(T) Method

Creates a single-point interval without inflating bounds.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Interval<T> FromExact(
	T value
)

Parameters

value  T
The exact value.

Return Value

IntervalT
An interval equal to [value, value].
See Also