ints
A cloned data column of integers.
Declaration
var ints: MLDataColumn<Int>? { get }Return Value
A new data column if the underlying type of the column is Int; otherwise nil.
Discussion
This property is functionally equivalent to passing Int.self to column(type:). Typically you ensure type is equal to MLDataValue.ValueType.int before getting this property.