Math.NET Numerics
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.
 
 
 

62 lines
4.2 KiB

<HTML><HEAD><TITLE>Microsoft.FSharp.Linq.Query</TITLE><link rel="stylesheet" type="text/css"href="../msdn.css"></link></HEAD><BODY>
<br><dl>
<dt></dt><dd>
<h1>[<a href='../namespaces.html'>Home</a>] Module <a href='Microsoft.FSharp.html'>Microsoft.FSharp</a>.<a href='Microsoft.FSharp.Linq.html'>Linq</a>.Query </h1><br>
</dd>
<dt></dt><dd>
<table>
<tr valign='top'><td>
<dt><h3>Values</h3></dt><dd>
<table width="100%%">
<tr><th width=60%>Value</th><th>Description</th></tr>
<tr valign="top"><td><pre>val contains : 'T -> <a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'T&gt; -> <a href='../FSharp.Core/Microsoft.FSharp.Core.type__bool.html'>bool</a></pre></td><td><summary>
When used in queries, this operator corresponds to the LINQ Min operator and the <tt>query</tt> convertor recognises it as such
It differs in return type from <tt>Seq.min_by</tt>
</summary></td></tr>
<tr valign="top"><td><pre>val groupBy :
('T -> 'Key) -> <a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'T&gt; -> <a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;IGrouping&lt;'Key,'T&gt;&gt;</pre></td><td><summary>
When used in queries, this operator corresponds to the LINQ Join operator and the <tt>query</tt> convertor recognises it as such
</summary></td></tr>
<tr valign="top"><td><pre>val groupJoin :
<a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'Outer&gt; ->
<a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'Inner&gt; ->
('Outer -> 'Key) ->
('Inner -> 'Key) ->
('Outer -> <a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'Inner&gt; -> 'Result) -> <a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'Result&gt;</pre></td><td><summary>
This join operator implements the LINQ GroupJoin operator and the <tt>query</tt> convertor recognises it as such
</summary></td></tr>
<tr valign="top"><td><pre>val join :
<a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'Outer&gt; ->
<a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'Inner&gt; ->
('Outer -> 'Key) ->
('Inner -> 'Key) -> ('Outer -> 'Inner -> 'Result) -> <a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'Result&gt;</pre></td><td><summary>
This join operator corresponds to the LINQ Join operator and the <tt>query</tt> convertor recognises it as such
</summary></td></tr>
<tr valign="top"><td><pre>val maxBy : ('T -> 'Key) -> <a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'T&gt; -> 'Key</pre></td><td><summary>
When used in queries, this operator corresponds to the LINQ Max operator and the <tt>query</tt> convertor recognises it as such
It differs in return type from <tt>Seq.max_by</tt>
</summary></td></tr>
<tr valign="top"><td><pre>val minBy : ('T -> 'Key) -> <a href='../FSharp.Core/Microsoft.FSharp.Collections.type__seq-1.html'>seq</a>&lt;'T&gt; -> 'Key</pre></td><td><summary>
When used in queries, this operator corresponds to the LINQ Min operator and the <tt>query</tt> convertor recognises it as such
It differs in return type from <tt>Seq.min_by</tt>
</summary></td></tr>
<tr valign="top"><td><pre>val query : <a href='../FSharp.Core/Microsoft.FSharp.Quotations.type_Expr-1.html'>Expr</a>&lt;'T&gt; -> 'T</pre></td><td><summary>
Evaluate the quotation expression by first converting to a LINQ expression tree
making use of IQueryable operators and then executing expression tree
Exceptions: <tt>InvalidArgumentException</tt> will be raised if the input expression is
not in the subset that can be converted to a LINQ expression tree
</summary></td></tr>
</table>
</dd>
</td></tr>
<tr valign='top'><td>
<dt><h3>See Also</h3></dt><dd>
<a href="Microsoft.FSharp.Linq.html">Microsoft.FSharp.Linq</a> </dd>
</td></tr>
</table>
</dd>
</dl>
<br /> <br/><p><i>Documentation for assembly FSharp.PowerPack.Linq, version 1.9.6.16, generated using <a href='http://research.microsoft.com/fsharp/'>F# Programming Language</a> version 1.9.6.16</i></p>
</BODY></HTML>