Javatpoint Logo
Javatpoint Logo

LINQ to Int Array

LINQ to int Array means writing the LINQ queries on an integer array to get the required elements from the integer array elements. By using LINQ, queries on integer arrays, we can get required data from the integer array without writing the much code.

Syntax of LINQ to int Array

The syntax of writing the LINQ queries on integer arrays to get the required elements from array collection.

In the above syntax, we have written the LINQ query to get the data from the "numarr" integer array.

Example of LINQ to int Array

Here is the example of LINQ to int Array to get the elements from the sequence where the value of the elements higher than 10 and less than 200.

In the above code, we used the LINQ query on the "numarray" integer array to get the elements whose value is greater than 10 and less than 200.

OUTPUT:

LINQ to Int Array





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA