Typed Vector Wrapper<K, T> Structure
Represents a data frame vector with typed index and values.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public readonly 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) |