Click or drag to resize

DataFramegetColumnForIndexAsInts Method

Returns a particular column for a particular index as an int Array

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

Parameters

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

Return Value

Type: Int32
All the values in the given column for the given index as an int array
Exceptions
ExceptionCondition
KeyNotFoundExceptionThrown if the requested index does not exist in this particular dataframe
See Also