Index Value Pair<T> Structure
Represents the value of a component at a specified position in a vector.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
[SerializableAttribute]
public struct IndexValuePair<T>
Type Parameters
- T
Remarks
Use the IndexValuePair<T> type as the element type when enumerating the components of a Vector. The collections returned by NonzeroElements have elements of this type.
Properties
Methods
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
Get | Returns the hash code for this instance. (Inherited from ValueType) |
Get | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |