Appends the specified value to the index and returns the result.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public override Index<Interval<T>> Append(
Interval<T> value
)
Public Overrides Function Append (
value As Interval(Of T)
) As Index(Of Interval(Of T))
public:
virtual Index<Interval<T>>^ Append(
Interval<T> value
) override
abstract Append :
value : Interval<'T> -> Index<Interval<'T>>
override Append :
value : Interval<'T> -> Index<Interval<'T>>
Parameters
- value
- Type: Extreme.MathematicsIntervalT
The value to append.
Return Value
Type:
IndexIntervalTA new index that consists of all the elements of the current index,
followed by
value.
Reference