Package com.io7m.jnoisetype.api
Class NTGenericAmounts
java.lang.Object
com.io7m.jnoisetype.api.NTGenericAmounts
public final class NTGenericAmounts
extends java.lang.Object
Functions to construct generic amounts.
-
Method Summary
Modifier and Type Method Description static NTGenericAmountofPair(byte lo, byte hi)Construct an amount from the given pair of values.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
ofPair
Construct an amount from the given pair of values.- Parameters:
lo- The low valuehi- The high value- Returns:
- A generic amount
-