डिक्लेरेशन
func Max(target List<object>, out var isSuccess bool, out var result Number)
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
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
नाम | टाइप | विवरण |
---|---|---|
Target | List | Target list, only accepts list elements of numeric type |