Mathematica > Data Manipulation > Importing and Exporting > Real64 >

Real64

Uniform sequence of IEEE double-precision numbers.
Binary data format.
  • Import can read arbitrary binary data as a sequence of double-precision numbers.
  • Export can convert a list of arbitrary integers or reals to binary double-precision numbers.
  • Import imports any file as 64-bit IEEE double-precision numbers, returning a packed array of real numbers.
  • Export exports a list of real numbers to file.
  • Import imports multiple elements.
  • See the reference pages for full general information on Import and Export.
"Elements" elements and options available in this file
"Rules"full rules for each element and option
"Options"rules for options, properties, and settings
  • Data representation element:
"Data"list of real numbers
  • Import reads the n^(th) double-precision number from file.
  • Trailing bytes are ignored if the size of the imported file is not a multiple of the data size.
  • General option:
ByteOrdering-1what byte ordering to use
"HeaderBytes"0how many bytes to skip at the beginning of the file
Convert a list of integers and reals to IEEE double-precision numbers:
Convert the previous result back to Mathematica numbers:
Convert a list of integers and reals to IEEE double-precision numbers:
In[1]:=
Click for copyable input
Out[1]=
Convert the previous result back to Mathematica numbers:
In[2]:=
Click for copyable input
Out[2]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF