Click or drag to resize

DataFramegetColumnT Method

Returns all data points in a particular column

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

Parameters

column
Type: SystemInt32
The column neeeded

Type Parameters

T
What type of data to return the column as

Return Value

Type: T
Array with all the data points in that column
See Also