Class MultivariateRegularGrid.EquallySpacedVariable

  • Enclosing class:
    MultivariateRegularGrid

    public static final class MultivariateRegularGrid.EquallySpacedVariable
    extends Object
    Specify the positioning and spacing along one dimension.
    • Constructor Detail

      • EquallySpacedVariable

        public EquallySpacedVariable​(double x0,
                                     double deltaX)
        Create a new instance which specifies the position of the first element and the spacing along a dimension as the given values.
        Parameters:
        x0 - the position of the first element along the dimension
        deltaX - the spacing between two adjacent elements along the dimension