Tells whether or not the this data point is a value of integer type. @return true if the ith value is of integer type, false if it's of doubleing point type.
()
| 31 | * {@code false} if it's of doubleing point type. |
| 32 | */ |
| 33 | boolean isInteger(); |
| 34 | |
| 35 | /** |
| 36 | * Returns the value of the this data point as a {@code long}. |
no outgoing calls