Represents a data frame vector with typed index and values.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public struct TypedVectorWrapper<K, T>
Public Structure TypedVectorWrapper(Of K, T)
generic<typename K, typename T>
public value class TypedVectorWrapper
[<SealedAttribute>]
type TypedVectorWrapper<'K, 'T> = struct end
Type Parameters
- K
- The element type of the index.
- T
- The type of the values.
The TypedVectorWrapperK, T type exposes the following members.
| Name | Description |
---|
 | Item |
Gets or sets the value at the specified key.
|
Top
| Name | Description |
---|
 | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
 | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Reference