scipy.io.FortranFile.

read_ints#

FortranFile.read_ints(dtype='i4')[source]#

从文件中读取给定类型的记录,默认值为整数类型(Fortran 中的 INTEGER*4)。

参数:
dtypedtype, 可选

指定数据大小和字节序的数据类型。

返回值:
datandarray

一个 1 维数组对象。