menu
form_gen package
documentation
types
max function
max function
brightness_4
brightness_5
max
function
double
max
(
double
a
,
double
b
)
Implementation
double max(double a, double b) => a > b ? a : b;
form_gen package
documentation
types
max function
types library