Click or drag to resize
SerializationWriter.Write Method (Single[])
Writes a Single[] 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.0.0.0 (5.0.0)
Syntax
public void Write(
	float[] values
)

Parameters

values
Type:System.Single[]
The Single[] to store.
See Also