DataFramegetCellFloat Method |
Returns a datapoint at given row and column as double
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic double getCellFloat(
int row,
int col
)
Public Function getCellFloat (
row As Integer,
col As Integer
) As Double
public:
double getCellFloat(
int row,
int col
)
member getCellFloat :
row : int *
col : int -> float
Parameters
- row
- Type: SystemInt32
- col
- Type: SystemInt32
Return Value
Type:
Double
See Also