Min

List
दोनों तरफ
क्राफ्टलैंड स्टूडियो मोबाइल और पीसी दोनों पर उपलब्ध है

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

आउट

नाम टाइप विवरण
Is Success Bool Compare the results. If there are non-digits in the list, the comparison fails and returns false.
Result Number Returns the smallest value in the list if the comparison succeeds, and 0 if the comparison fails