using System;
using System.Collections.Generic;
using System.Linq;
using System.Collections;
public class Program
{
public static void Main()
var rowValues = new string[] {
""
};
int[] dataPoints = rowValues
.Select(int.Parse)
.ToArray();
}