DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
TDataTable
Properties
IsNumber
See also:
IsImputed
,
IsEmpty
Index
Statistical Background
IsNumber
Declaration:
TDataTable
.
IsNumber
[ACol, ARow: integer]: boolean;
The read-only property
IsNumber
returns TRUE if the cell [
ACol
,
ARow
] contains a valid value (number or ordinal) and is not empty.