SerializationWriterWrite 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.4.0.0 (5.4.0)
Syntaxpublic void Write(
	float[] values
)
Public Sub Write ( 
	values As Single()
)
Parameters
- values
 - Type: SystemSingle
The Single[] to store. 
See Also