API Reference
Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.
Search results for: Sum
Clear search
Agg
redb.Core.Query.Aggregation
Sum(decimal)
Sum of field values
Sum(IEnumerable<decimal>)
Sum of values from a collection (for arrays)
Sum<TKey, TProps, TValue>(IRedbGrouping<TKey, TProps>, Expression<Func<TProps, TValue>>)
Sum in a group: Agg.Sum(g, x => x.Stock)
AggregateFunction
redb.Core.Query.Aggregation
Sum
Sum of numeric values
ComparisonOperator
redb.Core.Query.QueryExpressions
E124_SumAsync
redb.Examples.Examples
E133_WindowRunningSum
redb.Examples.Examples
E143_SumRedbAsync
redb.Examples.Examples
E190_SumAsyncFiltered
redb.Examples.Examples
ExportFooter
redb.Export.Models
Checksum
SHA-256 checksum of the export file (hex-encoded, lowercase).
FieldStatistics<T>
redb.Core.Query.Aggregation
Sum
Sum of values
IRedbQueryable<TProps>
redb.Core.Query
SumAsync<TField>(Expression<Func<TProps, TField>>)
Sum of field values.
SumRedbAsync<TField>(Expression<Func<IRedbObject, TField>>)
Sum of IRedbObject base field values (ValueLong, Key, etc.).
RedbQueryable<TProps>
redb.Core.Query
SumAsync<TField>(Expression<Func<TProps, TField>>)
Sum of field values.
SumRedbAsync<TField>(Expression<Func<IRedbObject, TField>>)
Sum of base IRedbObject field values (ValueLong, Key, etc.)
TreeDiagnosticReport
redb.Core.Models.Entities
Win
redb.Core.Query.Aggregation