Reference+. Documentation→Reference→Math→Calculation ... int a = max(5, 9); // Sets 'a' to 9 int b = max(-4, -12); // Sets 'b' to -4 float c = max(12.3, ...
確定! 回上一頁