Click or drag to resize

IntervalTFrom(T) Method

Creates a single-point interval and inflates bounds conservatively.

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

Parameters

value  T
The value.

Return Value

IntervalT
An interval containing value, with conservatively inflated bounds.
See Also