Click or drag to resize

DataFramegetColumnForIndexT Method

Returns a particular column for a particular index

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public T[] getColumnForIndex<T>(
	string index,
	int column
)

Parameters

index
Type: SystemString
The index needed
column
Type: SystemInt32
The column needed

Type Parameters

T
The type to cast column values to

Return Value

Type: T
All the values in the given column for the given index
Exceptions
ExceptionCondition
KeyNotFoundExceptionThrown if the requested index does not exist in this particular dataframe
See Also