Represents the value of a component at a specified position in a vector.
Namespace: Extreme.Mathematics.Generic.LinearAlgebra
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| C# |
public struct IndexValuePair<T>
|
| Visual Basic (Declaration) |
Public Structure IndexValuePair(Of T)
|
| Visual C++ |
generic<typename T>
public value class IndexValuePair
|
| F# |
[<SealedAttribute>]
type IndexValuePair<'T> = struct end
|
Type Parameters
Remarks
See Also