UnsignedInteger64
背景
-
- 无符号64位整数序列.
- 原始二进制格式.
- 等同于字节格式.
Import 与 Export
- Import["file","UnsignedInteger64"] 导入任意文件并返回在范围 内的压缩的整数数组.
- Export["file",list,"UnsignedInteger64"] 把在范围 内的整数列表导出到 file.
- Import["file",{"UnsignedInteger64",elem}] 或 Import["file",elem ] 从 file 中导入指定的参数.
- Import["file",{"UnsignedInteger64",{elem1,elem2,…}}] 导入多个参数.
- 请到以下参考页面了解完整的基本信息:
-
Import, Export 从文件导入或导出到文件 CloudImport, CloudExport 从云对象导入或导出到云对象 ImportString, ExportString 从字符串导入或导出到字符串 ImportByteArray, ExportByteArray 从字节数组导入或导出到字节数组