Reference+. Documentation→Reference→Math→Calculation ... int d = min(5, 9); // Sets 'd' to 5 int e = min(-4, -12); // Sets 'e' to -12 float f = min(12.3, ...
確定! 回上一頁