Click or drag to resize

IntervalTClone Method

Creates a copy of the specified interval.

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

Parameters

value  IntervalT
The interval to clone.

Return Value

IntervalT
A copy of value.
See Also