Declaración
func Max(target List<object>, out var isSuccess bool, out var result Number)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
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
Nombre | Tipo | Descripción |
---|---|---|
Target | List | Target list, only accepts list elements of numeric type |