ojLowHandValueFunction function

int ojLowHandValueFunction(
  1. HandLevelInterface level,
  2. List<Rank> ranks
)

Implementation

int ojLowHandValueFunction(HandLevelInterface level, List<Rank> ranks) {
  return 10000000 * level.index + ojhPositional32cr(ranks);
}