Version

ToEnumerableRange Property

The strategy provided to convert a lamda expression taking the index into the data to convert into an enumeration over the input data using a configurable range.
Syntax
'Declaration
 
Public Property ToEnumerableRange As Func(Of Func(Of Integer,Double),Integer,Integer,IEnumerable(Of Double))
public Func<Func<int,double>,int,int,IEnumerable<double>> ToEnumerableRange {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also