Gets the column nearest to the specified column key.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> GetNearestColumn<C>(
C key,
Direction direction
)
Public Function GetNearestColumn(Of C) (
key As C,
direction As Direction
) As Vector(Of T)
public:
generic<typename C>
Vector<T>^ GetNearestColumn(
C key,
Direction direction
)
member GetNearestColumn :
key : 'C *
direction : Direction -> Vector<'T>
Parameters
- key
- Type: C
The key of the column to be returned. - direction
- Type: Extreme.DataAnalysisDirection
The direction to look for the key if an exact match is not found.
Type Parameters
- C
Return Value
Type:
VectorTThe column with key
key.
Reference