public class BinValue extends Object
| Constructor and Description |
|---|
BinValue(byte[] binId,
double normalizedValue)
Constructor used to create a new BinValue object based upon a unique bin ID and normalized
value
|
BinValue(double normalizedValue)
Constructor used to create a new BinValue object based upon a normalized value
|
public BinValue(double normalizedValue)
normalizedValue - the incoming value to be binnedpublic BinValue(byte[] binId,
double normalizedValue)
binId - a unique ID to associate with this Bin ValuenormalizedValue - the incoming value to be binnedCopyright © 2013–2022. All rights reserved.