Skip to content

Commit 5706ebd

Browse files
committed
added new files, updates
1 parent 0ea9b8d commit 5706ebd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010

1111
                              
1212

13-
<br/>
14-
__**The IQueryable port alternative of LinqDataCalc.**__
13+
<br>
14+
15+
<br>
16+
17+
<hr>
18+
19+
__The IQueryable port alternative of LinqDataCalc.__
20+
1521
<br/>
1622
<br/>
1723
<br/>
@@ -29,9 +35,9 @@ Methods Ported to IQueryable syntax displayed in table below:
2935

3036
| Method | Implemented As | Usage |
3137
|:------------:|:------------:|:------------:|
32-
| AsNumericTuples()↗️ <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ↘️ | FilterNumerics()<br> FilterNumerics(predicate) | functional __-example only-__ of filtering numbers based on type, preferable to use standard Linq filters |
38+
| AsNumericTuples()↗️ <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ↘️ | FilterNumerics()<br> FilterNumerics(predicate) | __example only__ of funct. filtered numerics, use 'where', 'select' clauses instead |
3339
| | | |
34-
| OddOrEven()➡️ | CollEvenLength() | size-specific collection filter |
40+
| OddOrEven()&nbsp;&nbsp; ➡️ | CollEvenLength() | size-specific collection filter |
3541

3642

3743
</div>

0 commit comments

Comments
 (0)