[]
Returns the maximum value in a sequence of nullable System.Double values.
public static object Max(List<IExpression> source)
| Type | Name | Description |
|---|---|---|
| List<IExpression> | source | A sequence of System.Double values to determine the maximum value of. |
| Type | Description |
|---|---|
| object | The maximum value in the sequence. |