Overload List

  Name Description
Public method Static member LiveSum(View<(Of <<'(Decimal>)>>))
Computes the sum of a view of Decimal values.
Public method Static member LiveSum(View<(Of <<'(Double>)>>))
Computes the sum of a view of Double values.
Public method Static member LiveSum(View<(Of <<'(Int32>)>>))
Computes the sum of a view of Int32 values.
Public method Static member LiveSum(View<(Of <<'(Int64>)>>))
Computes the sum of a view of Int64 values.
Public method Static member LiveSum(View<(Of <<'(Nullable<(Of <<'(Decimal>)>>)>)>>))
Computes the sum of a view of nullable Decimal values.
Public method Static member LiveSum(View<(Of <<'(Nullable<(Of <<'(Double>)>>)>)>>))
Computes the sum of a view of nullable Double values.
Public method Static member LiveSum(View<(Of <<'(Nullable<(Of <<'(Int32>)>>)>)>>))
Computes the sum of a view of nullable Int32 values.
Public method Static member LiveSum(View<(Of <<'(Nullable<(Of <<'(Int64>)>>)>)>>))
Computes the sum of a view of nullable Int64 values.
Public method Static member LiveSum(View<(Of <<'(Nullable<(Of <<'(Single>)>>)>)>>))
Computes the sum of a view of nullable Single values.
Public method Static member LiveSum(View<(Of <<'(Single>)>>))
Computes the sum of a view of Single values.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Decimal>)>>)>)>>))
Computes the sum of a view of Decimal values that are obtained by invoking a transform function on each element of the source view.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Double>)>>)>)>>))
Computes the sum of a view of Double values that are obtained by invoking a transform function on each element of the source view.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int32>)>>)>)>>))
Computes the sum of a view of Int32 values that are obtained by invoking a transform function on each element of the source view.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int64>)>>)>)>>))
Computes the sum of a view of Int64 values that are obtained by invoking a transform function on each element of the source view.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Decimal>)>>)>)>>)>)>>))
Computes the sum of a view of nullable Decimal values that are obtained by invoking a transform function on each element of the source view.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Double>)>>)>)>>)>)>>))
Computes the sum of a view of nullable Double values that are obtained by invoking a transform function on each element of the source view.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int32>)>>)>)>>)>)>>))
Computes the sum of a view of nullable Int32 values that are obtained by invoking a transform function on each element of the source view.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int64>)>>)>)>>)>)>>))
Computes the sum of a view of nullable Int64 values that are obtained by invoking a transform function on each element of the source view.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Single>)>>)>)>>)>)>>))
Computes the sum of a view of nullable Single values that are obtained by invoking a transform function on each element of the source view.
Public method Static member LiveSum<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Single>)>>)>)>>))
Computes the sum of a view of Single values that are obtained by invoking a transform function on each element of the source view.

See Also