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) |
valueOf
private final int bitsStored
private final int shift
public Signed(int bitsStored)
public int valueOf(int pixel)
valueOf
in class StoredValue
public int minValue()
minValue
in class StoredValue
public int maxValue()
maxValue
in class StoredValue
Copyright © 2017 dcm4che.org. All rights reserved.