Click or drag to resize

ArrayExtensions Class

Defines extension functions related to Array manipulation.
Inheritance Hierarchy
System.Object
  GSF.ArrayExtensions

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntax
public static class ArrayExtensions
View Source

The ArrayExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodBlockCopy<T> Returns a copy of the specified portion of the array array.
Public Extension MethodCombine(Byte[][]) Combines an array of buffers together as a single image.
Public Extension MethodCombine(Byte[], Byte[], Byte[]) Combines buffers together as a single image.
Public Extension MethodCombine(Byte[], Byte[], Byte[], Byte[]) Combines buffers together as a single image.
Public Extension MethodCombine(Byte[], Byte[], Byte[], Byte[], Byte[]) Combines buffers together as a single image.
Public Extension MethodCombine<T>(T[][]) Combines array of arrays together into a single array.
Public Extension MethodCombine<T>(T[], T[]) Combines arrays together into a single array.
Public Extension MethodCombine<T>(T[], T[], T[]) Combines arrays together into a single array.
Public Extension MethodCombine<T>(T[], T[], T[], T[]) Combines arrays together into a single array.
Public Extension MethodCombine<T>(T[], T[], T[], T[], T[]) Combines arrays together into a single array.
Public Extension MethodCombine<T>(T[], Int32, Int32, T[], Int32, Int32) Combines specified portions of arrays together into a single array.
Public Extension MethodCompareTo<T>(T[], T[])Returns comparison results of two binary arrays.
Public Extension MethodCompareTo<T>(T[], Int32, T[], Int32, Int32) Returns comparison results of two binary arrays.
Public Extension MethodIndexOfSequence<T>(T[], T[]) Searches for the specified sequenceToFind and returns the index of the first occurrence within the array.
Public Extension MethodIndexOfSequence<T>(T[], T[], Int32) Searches for the specified sequenceToFind and returns the index of the first occurrence within the range of elements in the array that starts at the specified index.
Public Extension MethodIndexOfSequence<T>(T[], T[], Int32, Int32) Searches for the specified sequenceToFind and returns the index of the first occurrence within the range of elements in the array that starts at the specified index and contains the specified number of elements.
Public Extension MethodReadStructure<T>(BinaryReader) Reads a structure from a BinaryReader.
Public Extension MethodReadStructure<T>(Byte[]) Reads a structure from a byte array.
Public Extension MethodValidateParameters<T> Validates that the specified startIndex and length are valid within the given array.
Top
See Also

Reference

GSF Namespace