Returns a list of ndarray data types.
data type kind
list of ndarray data types
var list = dtypes(); // returns [...]
var list = dtypes( 'floating_point' ); // returns [...]
Returns a list of ndarray data types.