| PiecewiseCurveTParam, TPoint, TCurveKeyInsertItem Method |
Inserts an element into the
CollectionT at the specified index.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax protected override void InsertItem(
int index,
TCurveKey item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As TCurveKey
)
protected:
virtual void InsertItem(
int index,
TCurveKey item
) override
abstract InsertItem :
index : int *
item : 'TCurveKey -> unit
override InsertItem :
index : int *
item : 'TCurveKey -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted.
- item
- Type: TCurveKey
The object to insert. The value can be null for reference types.
Exceptions See Also