VPFileIO WriteScalarValueToBinary T  Method Virtual Photonics - VTS Library
Virtual Photonics
Writes a scalar value to a binary file

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

public static void WriteScalarValueToBinary<T>(
	T dataIN,
	string filename,
	Action<BinaryWriter, T> writeMap
)

Parameters

dataIN
Type: T
Data to be written
filename
Type: OnlineSystem String
Name of the binary file to write
writeMap
Type: OnlineSystem Action OnlineBinaryWriter, T 
Type Parameters

T
Type of the data to be written
See Also