IDataStore.Min Method
.NET Standard 2.x
Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
Min<TModel, TResult>(Func<TModel, TResult> selector) | Invokes a transform function on each row of the primary buffer in the DataStore and returns the minimum result value. |
Min<TModel, TResult>(Func<TModel, TResult> selector, Predicate<TModel> predicate) | Invokes a transform function on each row (that satisfies the condition specified by a Predicate<TModel> object) in the primary buffer of the DataStore and returns the minimum result value. |