Click or drag to resize

IntervalTSqrt Method

Returns an interval that represents the square root of this interval.

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

Return Value

IntervalT
The square-root interval.
See Also