public final class Math
extends java.lang.Object
Math
.Modifier and Type | Method and Description |
---|---|
static double |
max3(double a,
double b,
double c)
Returns the largest of the three argument values.
|
static int |
max3(int a,
int b,
int c)
Returns the largest of the three argument values.
|
static double |
min3(double a,
double b,
double c)
Returns the smallest of the three argument values.
|
static int |
min3(int a,
int b,
int c)
Returns the smallest of the three argument values.
|
public static final int min3(int a, int b, int c)
a
- The first valueb
- The second valuec
- The third valuepublic static final int max3(int a, int b, int c)
a
- The first valueb
- The second valuec
- The third valuepublic static final double min3(double a, double b, double c)
a
- The first valueb
- The second valuec
- The third valuepublic static final double max3(double a, double b, double c)
a
- The first valueb
- The second valuec
- The third valueCopyright © 2010 - 2020 Adobe. All Rights Reserved