| ScatteredInterpolationFSetItem Method |
Replaces the element 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 SetItem(
int index,
Pair<VectorF, VectorF> item
)
Protected Overrides Sub SetItem (
index As Integer,
item As Pair(Of VectorF, VectorF)
)
protected:
virtual void SetItem(
int index,
Pair<VectorF^, VectorF^> item
) override
abstract SetItem :
index : int *
item : Pair<VectorF, VectorF> -> unit
override SetItem :
index : int *
item : Pair<VectorF, VectorF> -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to replace. - item
- Type: DigitalRune.CollectionsPairVectorF, VectorF
The new value for the element at the specified index. The value can be
for reference types.
Exceptions See Also