Class UMath
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UMath
-
Method Summary
Modifier and TypeMethodDescriptionstatic UByte
Returns the greater of twoUByte
values.static UInteger
Returns the greater of twoUInteger
values.static ULong
Returns the greater of twoULong
values.static UShort
Returns the greater of twoUShort
values.static UByte
Returns the smaller of twoUByte
values.static UInteger
Returns the smaller of twoUInteger
values.static ULong
Returns the smaller of twoULong
values.static UShort
Returns the smaller of twoUShort
values.
-
Method Details
-
max
Returns the greater of twoUByte
values.- Parameters:
a
- an argument.b
- another argument.- Returns:
- the larger of
a
andb
.
-
max
Returns the greater of twoUInteger
values.- Parameters:
a
- an argument.b
- another argument.- Returns:
- the larger of
a
andb
.
-
max
Returns the greater of twoULong
values.- Parameters:
a
- an argument.b
- another argument.- Returns:
- the larger of
a
andb
.
-
max
Returns the greater of twoUShort
values.- Parameters:
a
- an argument.b
- another argument.- Returns:
- the larger of
a
andb
.
-
min
Returns the smaller of twoUByte
values.- Parameters:
a
- an argument.b
- another argument.- Returns:
- the larger of
a
andb
.
-
min
Returns the smaller of twoUInteger
values.- Parameters:
a
- an argument.b
- another argument.- Returns:
- the smaller of
a
andb
.
-
min
Returns the smaller of twoULong
values.- Parameters:
a
- an argument.b
- another argument.- Returns:
- the smaller of
a
andb
.
-
min
Returns the smaller of twoUShort
values.- Parameters:
a
- an argument.b
- another argument.- Returns:
- the smaller of
a
andb
.
-