cbinwrite


This procedure is used create a binary file in raw C block I/O format
from and NCL numeric data type.
Synopsis
procedure cbinwrite(
filepath[1]:string,
value:numeric
)
Arguments
- filepath
- Path of output file
- value
- A numeric value of any dimensionality.
Description
The cbinwrite function is used to create a binary data file
from an NCL numeric variable. The elements of value are written to
the file in row x column order using the machines native binary format.
Reference Manual Control Panel
NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.8 $ $Date: 1995/07/26 23:32:57 $