Method AddList
AddList(IList<float>, int)
Write the list of floats.
Declaration
public void AddList(IList<float> data, int writeOffset = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<float> | data | The actual list of floats to write. |
| int | writeOffset | Optional write offset to start writing from. |