Click or drag to resize

SerializationWriterWrite Method (Double)

Writes a Double[] into the stream. Notes: A null or empty array will take 1 byte.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void Write(
	double[] values
)

Parameters

values
Type: SystemDouble
The Double[] to store.
See Also