# C1.LiveLinq.LiveViewExtensions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_LiveLinq_LiveViewExtensions" data-uid="C1.LiveLinq.LiveViewExtensions" class="text-break">LiveViewExtensions Class
</h1>
  <div class="markdown level0 summary"><p>Provides a set of static (extension) methods used in queries to define live views.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">LiveViewExtensions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.LiveLinq.html">C1.LiveLinq</a></h6>
  <h6><strong>Assembly</strong>: C1.LiveLinq.4.8.dll</h6>
  <h5 id="C1_LiveLinq_LiveViewExtensions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class LiveViewExtensions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module LiveViewExtensions</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_AsLive__1_C1_LiveLinq_IObservableSource___0__" data-uid="C1.LiveLinq.LiveViewExtensions.AsLive``1(C1.LiveLinq.IObservableSource{``0})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsLive.html#C1_LiveLinq_LiveViewExtensions_AsLive__1_C1_LiveLinq_IObservableSource___0__">AsLive&lt;T&gt;(IObservableSource&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a view based on the specified <a class="xref" href="C1.LiveLinq.IObservableSource-1.html">IObservableSource&lt;T&gt;</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_AsLive__1_C1_LiveLinq_IObservableSource___0__C1_LiveLinq_LiveViews_ViewOrder_" data-uid="C1.LiveLinq.LiveViewExtensions.AsLive``1(C1.LiveLinq.IObservableSource{``0},C1.LiveLinq.LiveViews.ViewOrder)">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsLive.html#C1_LiveLinq_LiveViewExtensions_AsLive__1_C1_LiveLinq_IObservableSource___0__C1_LiveLinq_LiveViews_ViewOrder_">AsLive&lt;T&gt;(IObservableSource&lt;T&gt;, ViewOrder)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a view based on the specified <a class="xref" href="C1.LiveLinq.IObservableSource-1.html">IObservableSource&lt;T&gt;</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_BindingList___0__" data-uid="C1.LiveLinq.LiveViewExtensions.AsLive``1(System.ComponentModel.BindingList{``0})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsLive.html#C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_BindingList___0__">AsLive&lt;T&gt;(BindingList&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>A typed specialization of the <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsLive.html#C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_IBindingList_">AsLive&lt;T&gt;(IBindingList)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_BindingList___0__C1_LiveLinq_LiveViews_ViewOrder_" data-uid="C1.LiveLinq.LiveViewExtensions.AsLive``1(System.ComponentModel.BindingList{``0},C1.LiveLinq.LiveViews.ViewOrder)">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsLive.html#C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_BindingList___0__C1_LiveLinq_LiveViews_ViewOrder_">AsLive&lt;T&gt;(BindingList&lt;T&gt;, ViewOrder)</a>
        </td>
        <td class="markdown level1 summary"><p>A typed specialization of the <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsLive.html#C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_IBindingList_C1_LiveLinq_LiveViews_ViewOrder_">AsLive&lt;T&gt;(IBindingList, ViewOrder)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_IBindingList_" data-uid="C1.LiveLinq.LiveViewExtensions.AsLive``1(System.ComponentModel.IBindingList)">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsLive.html#C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_IBindingList_">AsLive&lt;T&gt;(IBindingList)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a view based on the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglist">IBindingList</a> data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_IBindingList_C1_LiveLinq_LiveViews_ViewOrder_" data-uid="C1.LiveLinq.LiveViewExtensions.AsLive``1(System.ComponentModel.IBindingList,C1.LiveLinq.LiveViews.ViewOrder)">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsLive.html#C1_LiveLinq_LiveViewExtensions_AsLive__1_System_ComponentModel_IBindingList_C1_LiveLinq_LiveViews_ViewOrder_">AsLive&lt;T&gt;(IBindingList, ViewOrder)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a view based on the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglist">IBindingList</a> data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_AsNonUpdatable__1_C1_LiveLinq_LiveViews_View___0__" data-uid="C1.LiveLinq.LiveViewExtensions.AsNonUpdatable``1(C1.LiveLinq.LiveViews.View{``0})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsNonUpdatable.html#C1_LiveLinq_LiveViewExtensions_AsNonUpdatable__1_C1_LiveLinq_LiveViews_View___0__">AsNonUpdatable&lt;T&gt;(View&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a view as read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_AsUpdatable__1_C1_LiveLinq_LiveViews_View___0__" data-uid="C1.LiveLinq.LiveViewExtensions.AsUpdatable``1(C1.LiveLinq.LiveViews.View{``0})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.AsUpdatable.html#C1_LiveLinq_LiveViewExtensions_AsUpdatable__1_C1_LiveLinq_LiveViews_View___0__">AsUpdatable&lt;T&gt;(View&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies a view as updatable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAggregate__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0___0___0___System_Linq_Expressions_Expression_System_Func___0___0___0___System_Linq_Expressions_Expression_System_Func___0___0_System_Boolean___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAggregate``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}},System.Linq.Expressions.Expression{System.Func{``0,``0,``0}},System.Linq.Expressions.Expression{System.Func{``0,``0,System.Boolean}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAggregate.html#C1_LiveLinq_LiveViewExtensions_LiveAggregate__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0___0___0___System_Linq_Expressions_Expression_System_Func___0___0___0___System_Linq_Expressions_Expression_System_Func___0___0_System_Boolean___">LiveAggregate&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, TSource, TSource&gt;&gt;, Expression&lt;Func&lt;TSource, TSource, TSource&gt;&gt;, Expression&lt;Func&lt;TSource, TSource, bool&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies an accumulator function over a view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAggregate__2_C1_LiveLinq_LiveViews_View___0____1_System_Linq_Expressions_Expression_System_Func___1___0___1___System_Linq_Expressions_Expression_System_Func___1___0___1___System_Linq_Expressions_Expression_System_Func___1___0_System_Boolean___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAggregate``2(C1.LiveLinq.LiveViews.View{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``0,System.Boolean}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAggregate.html#C1_LiveLinq_LiveViewExtensions_LiveAggregate__2_C1_LiveLinq_LiveViews_View___0____1_System_Linq_Expressions_Expression_System_Func___1___0___1___System_Linq_Expressions_Expression_System_Func___1___0___1___System_Linq_Expressions_Expression_System_Func___1___0_System_Boolean___">LiveAggregate&lt;TSource, TAccumulate&gt;(View&lt;TSource&gt;, TAccumulate, Expression&lt;Func&lt;TAccumulate, TSource, TAccumulate&gt;&gt;, Expression&lt;Func&lt;TAccumulate, TSource, TAccumulate&gt;&gt;, Expression&lt;Func&lt;TAccumulate, TSource, bool&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies an accumulator function over a view. The specified seed value is used as the initial accumulator value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAggregate__3_C1_LiveLinq_LiveViews_View___0____1_System_Linq_Expressions_Expression_System_Func___1___0___1___System_Linq_Expressions_Expression_System_Func___1___0___1___System_Linq_Expressions_Expression_System_Func___1___0_System_Boolean___System_Linq_Expressions_Expression_System_Func___1___2___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAggregate``3(C1.LiveLinq.LiveViews.View{``0},``1,System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``0,``1}},System.Linq.Expressions.Expression{System.Func{``1,``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``1,``2}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAggregate.html#C1_LiveLinq_LiveViewExtensions_LiveAggregate__3_C1_LiveLinq_LiveViews_View___0____1_System_Linq_Expressions_Expression_System_Func___1___0___1___System_Linq_Expressions_Expression_System_Func___1___0___1___System_Linq_Expressions_Expression_System_Func___1___0_System_Boolean___System_Linq_Expressions_Expression_System_Func___1___2___">LiveAggregate&lt;TSource, TAccumulate, TResult&gt;(View&lt;TSource&gt;, TAccumulate, Expression&lt;Func&lt;TAccumulate, TSource, TAccumulate&gt;&gt;, Expression&lt;Func&lt;TAccumulate, TSource, TAccumulate&gt;&gt;, Expression&lt;Func&lt;TAccumulate, TSource, bool&gt;&gt;, Expression&lt;Func&lt;TAccumulate, TResult&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies an accumulator function over a view. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Decimal__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Decimal})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Decimal__">LiveAverage(View&lt;decimal&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Double__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Double})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Double__">LiveAverage(View&lt;double&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Int32__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Int32})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Int32__">LiveAverage(View&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Int64__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Int64})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Int64__">LiveAverage(View&lt;long&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Decimal___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Nullable{System.Decimal}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Decimal___">LiveAverage(View&lt;decimal?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Double___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Nullable{System.Double}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Double___">LiveAverage(View&lt;double?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int32___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Nullable{System.Int32}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int32___">LiveAverage(View&lt;int?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int64___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Nullable{System.Int64}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int64___">LiveAverage(View&lt;long?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Single___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Nullable{System.Single}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Nullable_System_Single___">LiveAverage(View&lt;float?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Single__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage(C1.LiveLinq.LiveViews.View{System.Single})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage_C1_LiveLinq_LiveViews_View_System_Single__">LiveAverage(View&lt;float&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Decimal___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Decimal___">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, decimal&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Double___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Double___">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, double&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int32___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int32___">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, int&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int64___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int64___">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, long&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Decimal____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Decimal____">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, decimal?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Double____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Double____">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, double?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int32____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int32____">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, int?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int64____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int64____">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, long?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Single____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Single____">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, float?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Single___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveAverage``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveAverage.html#C1_LiveLinq_LiveViewExtensions_LiveAverage__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Single___">LiveAverage&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, float&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the average of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveCount__1_C1_LiveLinq_LiveViews_View___0__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveCount``1(C1.LiveLinq.LiveViews.View{``0})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveCount.html#C1_LiveLinq_LiveViewExtensions_LiveCount__1_C1_LiveLinq_LiveViews_View___0__">LiveCount&lt;T&gt;(View&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>A view representing the number of elements in a view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveCount__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Boolean___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveCount``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveCount.html#C1_LiveLinq_LiveViewExtensions_LiveCount__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Boolean___">LiveCount&lt;T&gt;(View&lt;T&gt;, Expression&lt;Func&lt;T, bool&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>A view representing the number of elements of the specified view satisfying a condition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Decimal__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Decimal})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Decimal__">LiveMax(View&lt;decimal&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Double__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Double})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Double__">LiveMax(View&lt;double&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Int32__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Int32})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Int32__">LiveMax(View&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Int64__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Int64})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Int64__">LiveMax(View&lt;long&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Decimal___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Nullable{System.Decimal}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Decimal___">LiveMax(View&lt;decimal?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Double___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Nullable{System.Double}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Double___">LiveMax(View&lt;double?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int32___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Nullable{System.Int32}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int32___">LiveMax(View&lt;int?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int64___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Nullable{System.Int64}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int64___">LiveMax(View&lt;long?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Single___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Nullable{System.Single}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Nullable_System_Single___">LiveMax(View&lt;float?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Single__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax(C1.LiveLinq.LiveViews.View{System.Single})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax_C1_LiveLinq_LiveViews_View_System_Single__">LiveMax(View&lt;float&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of elements of a generic type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Decimal___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Decimal___">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, decimal&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Double___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Double___">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, double&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int32___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int32___">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, int&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int64___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int64___">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, long&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Decimal____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Decimal____">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, decimal?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Double____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Double____">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, double?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int32____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int32____">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, int?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int64____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int64____">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, long?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Single____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Single____">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, float?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Single___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Single___">LiveMax&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, float&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the maximum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMax__2_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0___1___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMax``2(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMax.html#C1_LiveLinq_LiveViewExtensions_LiveMax__2_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0___1___">LiveMax&lt;TSource, TResult&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, TResult&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes a transform function on each element of a view of elements of a generic type and computes the maximum resulting value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Decimal__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Decimal})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Decimal__">LiveMin(View&lt;decimal&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Double__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Double})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Double__">LiveMin(View&lt;double&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Int32__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Int32})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Int32__">LiveMin(View&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Int64__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Int64})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Int64__">LiveMin(View&lt;long&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Decimal___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Nullable{System.Decimal}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Decimal___">LiveMin(View&lt;decimal?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Double___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Nullable{System.Double}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Double___">LiveMin(View&lt;double?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int32___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Nullable{System.Int32}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int32___">LiveMin(View&lt;int?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int64___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Nullable{System.Int64}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int64___">LiveMin(View&lt;long?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Single___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Nullable{System.Single}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Nullable_System_Single___">LiveMin(View&lt;float?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Single__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin(C1.LiveLinq.LiveViews.View{System.Single})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin_C1_LiveLinq_LiveViews_View_System_Single__">LiveMin(View&lt;float&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of elements of a generic type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Decimal___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Decimal___">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, decimal&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Double___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Double___">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, double&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int32___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int32___">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, int&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int64___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int64___">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, long&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Decimal____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Decimal____">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, decimal?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Double____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Double____">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, double?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int32____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int32____">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, int?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int64____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int64____">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, long?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Single____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Single____">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, float?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Single___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Single___">LiveMin&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, float&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the minimum value of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveMin__2_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0___1___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveMin``2(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveMin.html#C1_LiveLinq_LiveViewExtensions_LiveMin__2_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0___1___">LiveMin&lt;TSource, TResult&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, TResult&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes a transform function on each element of a view of elements of a generic type and computes the minimum resulting value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Decimal__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Decimal})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Decimal__">LiveSum(View&lt;decimal&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Double__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Double})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Double__">LiveSum(View&lt;double&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Int32__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Int32})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Int32__">LiveSum(View&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Int64__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Int64})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Int64__">LiveSum(View&lt;long&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Decimal___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Nullable{System.Decimal}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Decimal___">LiveSum(View&lt;decimal?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Double___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Nullable{System.Double}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Double___">LiveSum(View&lt;double?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int32___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Nullable{System.Int32}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int32___">LiveSum(View&lt;int?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int64___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Nullable{System.Int64}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Int64___">LiveSum(View&lt;long?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Single___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Nullable{System.Single}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Nullable_System_Single___">LiveSum(View&lt;float?&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Single__" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum(C1.LiveLinq.LiveViews.View{System.Single})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum_C1_LiveLinq_LiveViews_View_System_Single__">LiveSum(View&lt;float&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Decimal___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Decimal}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Decimal___">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, decimal&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Double___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Double}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Double___">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, double&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int32___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int32}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int32___">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, int&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int64___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Int64}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Int64___">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, long&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Decimal____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Decimal}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Decimal____">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, decimal?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Double____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Double}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Double____">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, double?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int32____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int32}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int32____">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, int?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int64____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Int64}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Int64____">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, long?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Single____" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Nullable{System.Single}}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Nullable_System_Single____">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, float?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Single___" data-uid="C1.LiveLinq.LiveViewExtensions.LiveSum``1(C1.LiveLinq.LiveViews.View{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Single}})">
          <a class="xref" href="C1.LiveLinq.LiveViewExtensions.LiveSum.html#C1_LiveLinq_LiveViewExtensions_LiveSum__1_C1_LiveLinq_LiveViews_View___0__System_Linq_Expressions_Expression_System_Func___0_System_Single___">LiveSum&lt;TSource&gt;(View&lt;TSource&gt;, Expression&lt;Func&lt;TSource, float&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Computes the sum of a view of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> values that are obtained
by invoking a transform function on each element of the source view.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
