Declaration
func Max(target List<object>, out var isSuccess bool, out var result Number)
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Target | List | Target list, only accepts list elements of numeric type |
Return the maximum value in a list
func Max(target List<object>, out var isSuccess bool, out var result Number)
go
| Name | Type | Description |
|---|---|---|
| Target | List | Target list, only accepts list elements of numeric type |