Class UMath
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.unsigned.UMath
 
- 
 public final class UMath extends Object 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static UBytemax(UByte a, UByte b)Returns the greater of twoUBytevalues.static UIntegermax(UInteger a, UInteger b)Returns the greater of twoUIntegervalues.static ULongmax(ULong a, ULong b)Returns the greater of twoULongvalues.static UShortmax(UShort a, UShort b)Returns the greater of twoUShortvalues.static UBytemin(UByte a, UByte b)Returns the smaller of twoUBytevalues.static UIntegermin(UInteger a, UInteger b)Returns the smaller of twoUIntegervalues.static ULongmin(ULong a, ULong b)Returns the smaller of twoULongvalues.static UShortmin(UShort a, UShort b)Returns the smaller of twoUShortvalues.
 
- 
- 
- 
Method Detail- 
maxpublic static UByte max(UByte a, UByte b) Returns the greater of twoUBytevalues.- Parameters:
- a- an argument.
- b- another argument.
- Returns:
- the larger of aandb.
 
 - 
maxpublic static UInteger max(UInteger a, UInteger b) Returns the greater of twoUIntegervalues.- Parameters:
- a- an argument.
- b- another argument.
- Returns:
- the larger of aandb.
 
 - 
maxpublic static ULong max(ULong a, ULong b) Returns the greater of twoULongvalues.- Parameters:
- a- an argument.
- b- another argument.
- Returns:
- the larger of aandb.
 
 - 
maxpublic static UShort max(UShort a, UShort b) Returns the greater of twoUShortvalues.- Parameters:
- a- an argument.
- b- another argument.
- Returns:
- the larger of aandb.
 
 - 
minpublic static UByte min(UByte a, UByte b) Returns the smaller of twoUBytevalues.- Parameters:
- a- an argument.
- b- another argument.
- Returns:
- the larger of aandb.
 
 - 
minpublic static UInteger min(UInteger a, UInteger b) Returns the smaller of twoUIntegervalues.- Parameters:
- a- an argument.
- b- another argument.
- Returns:
- the smaller of aandb.
 
 - 
minpublic static ULong min(ULong a, ULong b) Returns the smaller of twoULongvalues.- Parameters:
- a- an argument.
- b- another argument.
- Returns:
- the smaller of aandb.
 
 
- 
 
-