Table of Contents

Class Array2D

Namespace
TimeSeriesAnalysis
Assembly
TimeSeriesAnalysis.dll

Non-generic 2D-array methods

public static class Array2D
Inheritance
Array2D
Inherited Members

Methods

GetColumnParsedAsDateTime(string[,], int, string)

Parses a column of strings in an array/matrix of strings

public static DateTime[] GetColumnParsedAsDateTime(this string[,] matrix, int columnNumber, string dateFormat)

Parameters

matrix string[,]

a 2D-array of strings

columnNumber int

the index of the column to parse

dateFormat string

the DateTime dateformat,For the format of dateFormat, see https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings

Returns

DateTime[]