numpy.dtype

创建一个数据结构
class numpy.dtype(obj, align=False, copy=False)

参数 类型 默认值 说明
obj obj 创建的数据类型
align bool False 是否对齐

numpy.dtype
numpy.dtype

numpy.dtype

相关文章:

猜你喜欢
  • 2022-12-23
  • 2021-06-07
  • 2021-07-02
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
相关资源
相似解决方案