Package jisa.maths
Class Range.DoubleRange
- java.lang.Object
-
- jisa.maths.Range<java.lang.Double>
-
- jisa.maths.Range.DoubleRange
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jisa.maths.Range
Range.DoubleRange, Range.Type
-
-
Constructor Summary
Constructors Constructor Description DoubleRange(Range<java.lang.Double> range, Range.Type type, int order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOrder()
Range.Type
getType()
-
Methods inherited from class jisa.maths.Range
array, column, count, doubleArray, exponential, function, geometric, get, getDouble, iterator, linear, linear, list, manual, mirror, polynomial, repeat, repeat, reshape, reverse, row, shift, shuffle, size, step, stream, toString
-
-
-
-
Constructor Detail
-
DoubleRange
public DoubleRange(Range<java.lang.Double> range, Range.Type type, int order)
-
-
Method Detail
-
getType
public Range.Type getType()
-
getOrder
public int getOrder()
-
-