You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Darwinism/LINQ/test.txt

5 lines
170 B

Imports GCModeller.RQL
var value = From x As Integer in $source let a As "Double" =CDbl(x) Where a <> 0 Select x, n =a/3, g=Max(x,n) Group By n Into Group
Return $value