VPEnumerableExtensions Select T, TResult  Method Virtual Photonics - VTS Library
Virtual Photonics
2D array overload of the LINQ Select operator with x and y indexers

Namespace: Vts.Extensions
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static IEnumerable<TResult> Select<T, TResult>(
	this T[,] my2DArray,
	Func<T, int, int, TResult> myFunc
)

Parameters

my2DArray
Type:  T 
myFunc
Type: OnlineSystem Func T, OnlineInt32, OnlineInt32, TResult 
Type Parameters

T
TResult

Return Value

Type: OnlineIEnumerable TResult 

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also