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