1. Get smallest value in a specified numeric array
MIN(NumericArray)
Argument
NumericArray
Numeric array for checking minimum value
Return Value
Smallest number in numeric array
Example
DIM TMP[2]=[50,3]
A=MIN(TMP)
2. Get the smallest value from multiple specified numbers
MIN(NumericValue,NumericValue[,NumericValue...])
Argument
NumericValue
Arrange the numerical value whose minimum value is to be examined as argument
Return Value
Smallest number of arguments passed
Example
A=MIN(1,2,3,4)
About this site
Our site is an unofficial manual site of programming software "SmileBASIC" for NintendoSwitch™.
I acquire the content of the site from the official reference site
of the SmileBoom Co.Ltd.
that is the development and sales cause of the software in real time (a minimum period of 24 hours update) and display it.
For automatic update, contents may become improper.
Please confirm the correct content in an official site.