public static class StoredValue.Unsigned extends StoredValue
StoredValue.Signed, StoredValue.Unsigned
Modifier and Type | Field and Description |
---|---|
private int |
mask |
Constructor and Description |
---|
Unsigned(int bitsStored) |
Modifier and Type | Method and Description |
---|---|
int |
maxValue() |
int |
minValue() |
int |
valueOf(int pixel) |
valueOf
private final int mask
public Unsigned(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.