Writer Write Method (WritingStreamer, UInt64, IEnumerable Double )NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX.Serialization.Arow
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static void Write(
	WritingStreamer streamer,
	ulong name,
	IEnumerable<double> array
)

Parameters

streamer
Type: NFX.IO WritingStreamer
name
Type: OnlineSystem UInt64
array
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
See Also