Click or drag to resize

IntervalTMax Property

Represents the upper bound of this interval.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public T Max {
	get;
 }

Property Value

T
The maximum.
See Also