VPFileIO WriteArrayToBinary T  Method (Array, String)Virtual Photonics - VTS Library
Virtual Photonics
Writes an array to a binary file, as well as an accompanying .xml file to store array dimensions

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static void WriteArrayToBinary<T>(
	Array dataIN,
	string filename
)
where T : struct, new()
Type Parameters

T
Type of the array to be written
See Also