Click or drag to resize
ParserHelperSegmentArrayT Method
Segments the array and enumerates those segments.

Namespace: Bio.IO.AppliedBiosystems.DataParsers
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static T[][] SegmentArray<T>(
	T[] values,
	int count,
	bool flip
)

Parameters

values
Type: T

[Missing <param name="values"/> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.ParserHelper.SegmentArray``1(``0[],System.Int32,System.Boolean)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.ParserHelper.SegmentArray``1(``0[],System.Int32,System.Boolean)"]

flip
Type: SystemBoolean
If true flips the order of the segments

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.ParserHelper.SegmentArray``1(``0[],System.Int32,System.Boolean)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Bio.IO.AppliedBiosystems.DataParsers.ParserHelper.SegmentArray``1(``0[],System.Int32,System.Boolean)"]

Exceptions
ExceptionCondition
ArgumentExceptionThrown if the number of values is not divisible by the segment count.
See Also