Declaration
func Min(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 |
Returns the minimum value in a list.
func Min(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 |