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