|
Name |
Description |
|
LiveSum(View<(Of <<'(Decimal>)>>))
|
Computes the sum of a view of Decimal values.
|
|
LiveSum(View<(Of <<'(Double>)>>))
|
Computes the sum of a view of Double values.
|
|
LiveSum(View<(Of <<'(Int32>)>>))
|
Computes the sum of a view of Int32 values.
|
|
LiveSum(View<(Of <<'(Int64>)>>))
|
Computes the sum of a view of Int64 values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Decimal>)>>)>)>>))
|
Computes the sum of a view of nullable Decimal values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Double>)>>)>)>>))
|
Computes the sum of a view of nullable Double values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Int32>)>>)>)>>))
|
Computes the sum of a view of nullable Int32 values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Int64>)>>)>)>>))
|
Computes the sum of a view of nullable Int64 values.
|
|
LiveSum(View<(Of <<'(Nullable<(Of <<'(Single>)>>)>)>>))
|
Computes the sum of a view of nullable Single values.
|
|
LiveSum(View<(Of <<'(Single>)>>))
|
Computes the sum of a view of Single values.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|