BaseDataItemgetCellAsDouble Method |
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic double getCellAsDouble(
int col
)
Public Function getCellAsDouble (
col As Integer
) As Double
public:
double getCellAsDouble(
int col
)
member getCellAsDouble :
col : int -> float
Parameters
- col
- Type: SystemInt32
Return Value
Type:
Double
See Also