Package com.io7m.jnoisetype.api
Class NTGenericAmounts
- java.lang.Object
-
- com.io7m.jnoisetype.api.NTGenericAmounts
-
public final class NTGenericAmounts extends java.lang.ObjectFunctions to construct generic amounts.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NTGenericAmountofPair(byte lo, byte hi)Construct an amount from the given pair of values.
-
-
-
Method Detail
-
ofPair
public static NTGenericAmount ofPair(byte lo, byte hi)
Construct an amount from the given pair of values.- Parameters:
lo- The low valuehi- The high value- Returns:
- A generic amount
-
-