public static class StoredValue.Signed extends StoredValue
StoredValue.Signed, StoredValue.Unsigned| Modifier and Type | Field and Description |
|---|---|
private int |
bitsStored |
private int |
shift |
| Constructor and Description |
|---|
Signed(int bitsStored) |
| Modifier and Type | Method and Description |
|---|---|
int |
maxValue() |
int |
minValue() |
int |
valueOf(int pixel) |
valueOfprivate final int bitsStored
private final int shift
public Signed(int bitsStored)
public int valueOf(int pixel)
valueOf in class StoredValuepublic int minValue()
minValue in class StoredValuepublic int maxValue()
maxValue in class StoredValueCopyright © 2017 dcm4che.org. All rights reserved.