RhinoCommon API
BinaryArchiveWriterWriteSingleArray Method |
Writes a list, an array, or any enumerable of Single to the archive.
The return will always be an array.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)

public void WriteSingleArray( IEnumerable<float> value )
Public Sub WriteSingleArray ( value As IEnumerable(Of Single) )
Parameters
- value
- Type: System.Collections.GenericIEnumerableSingle
A value to write.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14