Typed Vector Wrapper<K, T> Structure
Represents a data frame vector with typed index and values.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public struct TypedVectorWrapper<K, T>
Type Parameters
- K
- The element type of the index.
- T
- The type of the values.
Properties
Item | Gets or sets the value at the specified key. |
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) |