Method Min
| Improve this Doc View SourceMin<T>(T)
Gets the minimum value in the column.
Declaration
public static T Min<T>(this T x)
where T : Column
Parameters
| Type | Name | Description |
|---|---|---|
| T | x | The column. |
Returns
| Type | Description |
|---|---|
| T | The result contains the minimum value. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the column. |