TypedVectorWrapper<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#
public struct TypedVectorWrapper<K, T>
Inheritance
Object  →  ValueType  →  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

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also