Renamed indexes to matrix
This commit is contained in:
parent
184da4cf87
commit
6541a02041
21 changed files with 151 additions and 107 deletions
|
|
@ -29,16 +29,16 @@ public class GroßGetậl6ˢᴰ extends AbstractBaseGetậlLevel1<GroßGetậl6
|
|||
}
|
||||
|
||||
public V009Tyte getValue() {
|
||||
return values[valueIndex1].getTytePart(T16PartHex.values()[valueIndex0]);
|
||||
return values[matrix1].getTytePart(T16PartHex.values()[matrix0]);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getValueIndex0Length() {
|
||||
public int getMatrix0Length() {
|
||||
return T16PartHex.LENGTH();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getValueIndex1Length() {
|
||||
public int getMatrix1Length() {
|
||||
return T12PartUncial.LENGTH();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue