public interface MultiDimension extends java.lang.Iterable<MultiDimensionValue>
Modifier and Type | Method and Description |
---|---|
double |
getDoubleValue(java.lang.Integer... cell) |
long |
getLongValue(java.lang.Integer... cell) |
long getLongValue(java.lang.Integer... cell) throws MultiDimensionCellOutOfBoundsException, IncorrectDimensionException
double getDoubleValue(java.lang.Integer... cell) throws MultiDimensionCellOutOfBoundsException, IncorrectDimensionException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.