Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Writes an array to a binary file and optionally accompanying .xml file
(to store array dimensions) if includeMetaData = true
Namespace: Vts.IOAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- dataIN
- Type: System Array
Array to be written
- filename
- Type: System String
Name of the file where the data is written
- includeMetaData
- Type: System Boolean
Boolean to determine whether to include meta data, if set to true, an accompanying XML file will be created with the same name
Type Parameters
- T
- Type of the array to be written
See Also